diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 13:24:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 13:24:33 +0000 |
commit | 92b539495f8889ba6de4055b38183f049ffbd7c1 (patch) | |
tree | db9cc655b3f546e475e3398bbe6b2182f1f46b8f /games/fortunes-de | |
parent | b810b52890f61580cde7e23bf68343c6e69f27ef (diff) | |
download | pkgsrc-92b539495f8889ba6de4055b38183f049ffbd7c1.tar.gz |
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 (limited to 'games/fortunes-de')
-rw-r--r-- | games/fortunes-de/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortunes-de/Makefile b/games/fortunes-de/Makefile index 02945f9d914..573eddc5b80 100644 --- a/games/fortunes-de/Makefile +++ b/games/fortunes-de/Makefile @@ -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 @@ INSTALLATION_DIRS= share/games/fortune/de 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 |