diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-13 23:21:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-13 23:21:12 +0800 |
commit | 1cde1784db43509fa4cfa3344b916bdab62df5dd (patch) | |
tree | 2034a427f792039670b6ce12d8fa32a9a1f7c2af /games/frogatto | |
parent | 9aff1de7e578e4f62476c3e2c9fb17fd766315d7 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |