From c00807be673f4f2bb5250bb34151186d0006749e Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 27 Jan 2004 00:53:10 +0000 Subject: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 --- games/mirrormagic/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/mirrormagic') diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index eae778e9cd6..7532674eb2a 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/27 00:53:11 heinz Exp $ # DISTNAME= mirrormagic-2.0.2 @@ -34,11 +34,11 @@ do-install: ${RM} -f ${WRKDIR}/PLIST .for levdir in Classic_Games cd ${PREFIX} && \ - ${FIND} share/mirrormagic/levels/${levdir} -type f >>${WRKDIR}/PLIST + ${FIND} share/mirrormagic/levels/${levdir} -type f -print >>${WRKDIR}/PLIST .endfor .for directory in graphics music sounds cd ${PREFIX} && \ - ${FIND} share/mirrormagic/${directory} -type f >>${WRKDIR}/PLIST + ${FIND} share/mirrormagic/${directory} -type f -print >>${WRKDIR}/PLIST .endfor ${CHOWN} -R games:games ${SCORE_PATH} -- cgit v1.2.3