Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 23:04:13 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356026 - head/www/lifetype
Message-ID:  <201405312304.s4VN4DZZ079874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405312304.s4VN4DZZ079874>