From 37e96308b0f373b19b785a5e64780ab4158096f0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 28 Feb 2015 00:16:40 +0000 Subject: - Drop @dirrm* from plist Approved by: portmgr blanket --- games/rocksndiamonds/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'games') 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 -- cgit