aboutsummaryrefslogtreecommitdiff
path: root/graphics/evince-lite
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-05-11 18:10:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-05-11 18:10:20 +0000
commit71cf530adf39a71509718deb36e929ab44dc1675 (patch)
treeb08a9fcd0046ac97c4587adfbb562b7017b94f38 /graphics/evince-lite
parent11d608cdfcc7a7c3750865201a360d06ad21388c (diff)
downloadports-71cf530adf39a71509718deb36e929ab44dc1675.tar.gz
ports-71cf530adf39a71509718deb36e929ab44dc1675.zip
graphics/evince-lite: another attempt to fix the pkg-plist issue
PR: 226264 Submitted by: rozhuk.im@gmail.com
Notes
Notes: svn path=/head/; revision=469682
Diffstat (limited to 'graphics/evince-lite')
-rw-r--r--graphics/evince-lite/Makefile4
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"