aboutsummaryrefslogtreecommitdiffstats
path: root/games/frogatto
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-13 23:21:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-13 23:21:12 +0800
commit1cde1784db43509fa4cfa3344b916bdab62df5dd (patch)
tree2034a427f792039670b6ce12d8fa32a9a1f7c2af /games/frogatto
parent9aff1de7e578e4f62476c3e2c9fb17fd766315d7 (diff)
downloadfreebsd-ports-gnome-1cde1784db43509fa4cfa3344b916bdab62df5dd.tar.gz
freebsd-ports-gnome-1cde1784db43509fa4cfa3344b916bdab62df5dd.tar.zst
freebsd-ports-gnome-1cde1784db43509fa4cfa3344b916bdab62df5dd.zip
- Drop @dirrm* from plist
Approved by: portmgr blanket
Diffstat (limited to 'games/frogatto')
-rw-r--r--games/frogatto/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile
index 211cfac2bcd9..c4d2bcdbb0c1 100644
--- a/games/frogatto/Makefile
+++ b/games/frogatto/Makefile
@@ -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}/,@dirrm ,' | \
- ${SORT} -r >> ${TMPPLIST}
.include <bsd.port.mk>