From 92b539495f8889ba6de4055b38183f049ffbd7c1 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 13:24:33 +0000 Subject: 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.) --- games/fortunes-de/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/fortunes-de') 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 -- cgit v1.2.3