svn commit: r469682 - head/graphics/evince-lite

Kurt Jaeger pi at FreeBSD.org
Fri May 11 18:10:21 UTC 2018


Author: pi
Date: Fri May 11 18:10:20 2018
New Revision: 469682
URL: https://svnweb.freebsd.org/changeset/ports/469682

Log:
  graphics/evince-lite: another attempt to fix the pkg-plist issue
  
  PR:		226264
  Submitted by:	rozhuk.im at gmail.com

Modified:
  head/graphics/evince-lite/Makefile

Modified: head/graphics/evince-lite/Makefile
==============================================================================
--- head/graphics/evince-lite/Makefile	Fri May 11 18:07:32 2018	(r469681)
+++ head/graphics/evince-lite/Makefile	Fri May 11 18:10:20 2018	(r469682)
@@ -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"


More information about the svn-ports-all mailing list