svn commit: r386224 - head/games/frogatto
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 13 15:21:13 UTC 2015
Author: amdmi3
Date: Wed May 13 15:21:12 2015
New Revision: 386224
URL: https://svnweb.freebsd.org/changeset/ports/386224
Log:
- Drop @dirrm* from plist
Approved by: portmgr blanket
Modified:
head/games/frogatto/Makefile
Modified: head/games/frogatto/Makefile
==============================================================================
--- head/games/frogatto/Makefile Wed May 13 15:07:34 2015 (r386223)
+++ head/games/frogatto/Makefile Wed May 13 15:21:12 2015 (r386224)
@@ -54,8 +54,5 @@ do-install:
${SED} 's,^${STAGEDIR}${PREFIX}/,,' | ${SORT} >> ${TMPPLIST}
@${FIND} ${STAGEDIR}${DATADIR} -not -type d | \
${SED} 's,^${STAGEDIR}${PREFIX}/,,' | ${SORT} >> ${TMPPLIST}
- @${FIND} ${STAGEDIR}${DATADIR} -type d | \
- ${SED} 's,^${STAGEDIR}${PREFIX}/, at dirrm ,' | \
- ${SORT} -r >> ${TMPPLIST}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list