diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-28 00:16:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-28 00:16:40 +0000 |
commit | 161663d8d7b3f7f7f3a716a56cb0243618810b71 (patch) | |
tree | e45fe31f64eba48a324857089a6b76122c3cbc66 /games/rocksndiamonds | |
parent | 999fe9b96cc7388afac7cff5cd32b39847c441c5 (diff) |
Notes
Diffstat (limited to 'games/rocksndiamonds')
-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> |