diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-11 18:10:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-11 18:10:20 +0000 |
commit | 71cf530adf39a71509718deb36e929ab44dc1675 (patch) | |
tree | b08a9fcd0046ac97c4587adfbb562b7017b94f38 | |
parent | graphics/opencv: add missing LIB_DEPENDS (diff) |
graphics/evince-lite: another attempt to fix the pkg-plist issue
PR: 226264
Submitted by: rozhuk.im@gmail.com
-rw-r--r-- | graphics/evince-lite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/evince-lite/Makefile b/graphics/evince-lite/Makefile index a7d9ab2831ef..9c0188dacb4f 100644 --- a/graphics/evince-lite/Makefile +++ b/graphics/evince-lite/Makefile @@ -13,8 +13,6 @@ 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" |