pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/fortunes-de Of course, the generated *.dat files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/661f2844957b
branches:  trunk
changeset: 523417:661f2844957b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 07 13:24:33 2007 +0000

description:
Of course, the generated *.dat files should not take part in further
generation, and so forth, ad infinitum. (The search order of find(1)
seems to be different between NetBSD and Solaris.)

diffstat:

 games/fortunes-de/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 542f63921619 -r 661f2844957b games/fortunes-de/Makefile
--- a/games/fortunes-de/Makefile        Sun Jan 07 13:14:15 2007 +0000
+++ b/games/fortunes-de/Makefile        Sun Jan 07 13:24:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/01/07 13:14:15 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/07 13:24:33 rillig Exp $
 #
 
 DISTNAME=      fortunes-de-0.20
@@ -17,7 +17,7 @@
 CHECK_PORTABILITY_SKIP=        install.sh
 
 do-build:
-       find ${WRKSRC}/data -type f -exec ${STRFILE} {} \;
+       find ${WRKSRC}/data -type f ! -name "*.dat" -exec ${STRFILE} {} \;
 
 do-install:
        cd ${WRKSRC}/data && pax -rw . ${PREFIX}/share/games/fortune/de



Home | Main Index | Thread Index | Old Index