pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds Use find with "-print"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/124d0322f48a
branches:  trunk
changeset: 467206:124d0322f48a
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Jan 26 20:02:30 2004 +0000

description:
Use find with "-print"

diffstat:

 games/rocksndiamonds/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 1e5877c2bd61 -r 124d0322f48a games/rocksndiamonds/Makefile.common
--- a/games/rocksndiamonds/Makefile.common      Mon Jan 26 19:58:28 2004 +0000
+++ b/games/rocksndiamonds/Makefile.common      Mon Jan 26 20:02:30 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.7 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/01/26 20:02:30 heinz Exp $
 #
 
 DISTNAME=      rocksndiamonds-3.0.8
 CATEGORIES=    games x11
 MASTER_SITES=  http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
 
-MAINTAINER=    heinz-rnd%NetBSD.org@localhost
+MAINTAINER=    heinz%NetBSD.org@localhost
 HOMEPAGE=      http://www.artsoft.org/rocksndiamonds/
 
 USE_BUILDLINK2=                YES
@@ -61,11 +61,11 @@
        Contributions_2001 Contributions_2002 Contributions_2003 Examples \
        Tutorials
        cd ${PREFIX} && \
-       ${FIND} share/rocksndiamonds/levels/${levdir} -type f >>${WRKDIR}/PLIST
+       ${FIND} share/rocksndiamonds/levels/${levdir} -type f -print >>${WRKDIR}/PLIST
 .endfor
 .for directory in graphics music sounds
        cd ${PREFIX} && \
-       ${FIND} share/rocksndiamonds/${directory} -type f >>${WRKDIR}/PLIST
+       ${FIND} share/rocksndiamonds/${directory} -type f -print >>${WRKDIR}/PLIST
 .endfor
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index