diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-13 23:21:12 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-13 23:21:12 +0800 |
commit | b1742c5b793228176e2f9538740a76dec8f1e0dd (patch) | |
tree | 2034a427f792039670b6ce12d8fa32a9a1f7c2af /games | |
parent | b25dd9b3ced912f710a4b2507d308db972429524 (diff) | |
download | freebsd-ports-gnome-b1742c5b793228176e2f9538740a76dec8f1e0dd.tar.gz freebsd-ports-gnome-b1742c5b793228176e2f9538740a76dec8f1e0dd.tar.zst freebsd-ports-gnome-b1742c5b793228176e2f9538740a76dec8f1e0dd.zip |
- Drop @dirrm* from plist
Approved by: portmgr blanket
Diffstat (limited to 'games')
-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> |