svn commit: r356026 - head/www/lifetype

John Marino marino at FreeBSD.org
Sat May 31 23:04:14 UTC 2014


Author: marino
Date: Sat May 31 23:04:13 2014
New Revision: 356026
URL: http://svnweb.freebsd.org/changeset/ports/356026
QAT: https://qat.redports.org/buildarchive/r356026/

Log:
  www/lifetype: Remove unneeded placeholders in plist autogen

Modified:
  head/www/lifetype/Makefile

Modified: head/www/lifetype/Makefile
==============================================================================
--- head/www/lifetype/Makefile	Sat May 31 22:57:57 2014	(r356025)
+++ head/www/lifetype/Makefile	Sat May 31 23:04:13 2014	(r356026)
@@ -67,7 +67,6 @@ post-install:
 	@cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \
 	   ${SORT} >> ${TMPPLIST}
 	@cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | ${SORT} -r | \
-	   ${SED} -e '/share\/doc$$/d' -e '/share\/examples$$/d' \
-	   -e 's/^/@dirrm /g' >> ${TMPPLIST}
+	   ${SED} -e 's/^/@dirrm /g' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list