diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-31 23:04:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-31 23:04:13 +0000 |
commit | a0c4e1f79a4b3ec33d4f26da4e9e55d1cb6aba89 (patch) | |
tree | e949dcccb4ab5896109653cbb8caf871086e7fef /www | |
parent | 52d8985913925b3e6aee5ab10c1160c83e7b875c (diff) | |
download | freebsd-ports-a0c4e1f79a4b3ec33d4f26da4e9e55d1cb6aba89.zip |
www/lifetype: Remove unneeded placeholders in plist autogen
Diffstat (limited to 'www')
-rw-r--r-- | www/lifetype/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lifetype/Makefile b/www/lifetype/Makefile index feb243d72e97..361d715a5723 100644 --- a/www/lifetype/Makefile +++ b/www/lifetype/Makefile @@ -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> |