summaryrefslogtreecommitdiff
path: root/games/rollemup
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commit022eb86624280ef9db72559a99f9253a3d003132 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /games/rollemup
parent1625c0b6c06f52d627a1188b73ab66598be1896e (diff)
downloadpkgsrc-022eb86624280ef9db72559a99f9253a3d003132.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'games/rollemup')
-rw-r--r--games/rollemup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile
index 57ca7d0822e..b27aa7c9a7d 100644
--- a/games/rollemup/Makefile
+++ b/games/rollemup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/11/11 12:32:36 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/27 00:53:11 heinz Exp $
DISTNAME= Rollemup
PKGNAME= rollemup-1.0
@@ -56,8 +56,8 @@ do-install:
${PREFIX}/${GAMES_DIR}/Rollemup
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${PREFIX}; \
- ${FIND} ${GAMES_DIR}/Rollemup -type f >> ${PLIST_SRC}; \
- for DIR in `${FIND} ${GAMES_DIR}/Rollemup -type d | sort -r`; do \
+ ${FIND} ${GAMES_DIR}/Rollemup -type f -print >> ${PLIST_SRC}; \
+ for DIR in `${FIND} ${GAMES_DIR}/Rollemup -type d -print | sort -r`; do \
${ECHO} "@dirrm $$DIR" >> ${PLIST_SRC}; \
done)
@${CHOWN} ${ROOT_USER}:games ${PREFIX}/bin/Rollemup