summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds-levels
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/rocksndiamonds-levels
parent1625c0b6c06f52d627a1188b73ab66598be1896e (diff)
downloadpkgsrc-022eb86624280ef9db72559a99f9253a3d003132.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'games/rocksndiamonds-levels')
-rw-r--r--games/rocksndiamonds-levels/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rocksndiamonds-levels/Makefile b/games/rocksndiamonds-levels/Makefile
index 097d49aaaae..050b9f5d21d 100644
--- a/games/rocksndiamonds-levels/Makefile
+++ b/games/rocksndiamonds-levels/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:39:20 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/27 00:53:11 heinz Exp $
DISTNAME= rocksndiamonds-levels-1.0
CATEGORIES= games x11
@@ -72,7 +72,7 @@ do-install:
${RM} -f ${WRKDIR}/PLIST
.for levdir in DX_Boulderdash Emerald_Mine_Club Supaplex
cd ${PREFIX} && \
- ${FIND} share/rocksndiamonds/levels/${levdir} -type f >>${WRKDIR}/PLIST
+ ${FIND} share/rocksndiamonds/levels/${levdir} -type f -print >>${WRKDIR}/PLIST
.endfor
${CHOWN} -R games:games ${SCORE_PATH}