svn commit: r380127 - head/games/rocksndiamonds
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Feb 28 00:16:41 UTC 2015
Author: amdmi3
Date: Sat Feb 28 00:16:40 2015
New Revision: 380127
URL: https://svnweb.freebsd.org/changeset/ports/380127
QAT: https://qat.redports.org/buildarchive/r380127/
Log:
- Drop @dirrm* from plist
Approved by: portmgr blanket
Modified:
head/games/rocksndiamonds/Makefile
Modified: head/games/rocksndiamonds/Makefile
==============================================================================
--- head/games/rocksndiamonds/Makefile Fri Feb 27 21:48:21 2015 (r380126)
+++ head/games/rocksndiamonds/Makefile Sat Feb 28 00:16:40 2015 (r380127)
@@ -111,8 +111,6 @@ do-install:
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
@cd ${STAGEDIR}${PREFIX} && ${FIND} ${DATADIR_REL}/levels \
- -type f >> ${TMPPLIST} && \
- ${FIND} ${DATADIR_REL}/levels -type d -o -type l | ${SORT} -r | \
- ${SED} 's|^|@dirrm |' >> ${TMPPLIST}
+ -type f >> ${TMPPLIST}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list