Index: head/graphics/evince-lite/Makefile =================================================================== --- head/graphics/evince-lite/Makefile (revision 469681) +++ head/graphics/evince-lite/Makefile (revision 469682) @@ -1,20 +1,18 @@ # Created by: Adam Weinberger # $FreeBSD$ PKGNAMESUFFIX= -lite COMMENT= GNOME 3 multi-format document viewer without the GNOME dependancies OPTIONS_EXCLUDE= NAUTILUS MASTERDIR= ${.CURDIR}/../../graphics/evince SLAVEPORT= lite DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist post-install: - ${RM} ${STAGEDIR}${PREFIX}/lib/systemd/user/evince.service - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd/user - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/systemd + ${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd .include "${MASTERDIR}/Makefile"