diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-28 08:16:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-28 08:16:40 +0800 |
commit | 37e96308b0f373b19b785a5e64780ab4158096f0 (patch) | |
tree | e45fe31f64eba48a324857089a6b76122c3cbc66 /games | |
parent | 532400cc33a9b64e0b22f44fecb21a51d0784123 (diff) | |
download | freebsd-ports-gnome-37e96308b0f373b19b785a5e64780ab4158096f0.tar.gz freebsd-ports-gnome-37e96308b0f373b19b785a5e64780ab4158096f0.tar.zst freebsd-ports-gnome-37e96308b0f373b19b785a5e64780ab4158096f0.zip |
- Drop @dirrm* from plist
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index cc11181b2bab..e40dc4e7a921 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -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> |