View | Details | Raw Unified | Return to bug 226264 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/evince-lite/Makefile (-3 / +1 lines)
Lines 13-20 Link Here
13
PLIST=		${.CURDIR}/pkg-plist
13
PLIST=		${.CURDIR}/pkg-plist
14
14
15
post-install:
15
post-install:
16
	${RM} ${STAGEDIR}${PREFIX}/lib/systemd/user/evince.service
16
	${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
17
	${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd/user
18
	${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd
19
17
20
.include "${MASTERDIR}/Makefile"
18
.include "${MASTERDIR}/Makefile"

Return to bug 226264