diff options
Diffstat (limited to 'games/fortunes-de/Makefile')
-rw-r--r-- | games/fortunes-de/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/fortunes-de/Makefile b/games/fortunes-de/Makefile index 45334686fc5..a3221d3ca0a 100644 --- a/games/fortunes-de/Makefile +++ b/games/fortunes-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/04 06:59:04 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/05/25 21:42:21 joerg Exp $ # DISTNAME= fortunes-de-0.20 @@ -18,6 +18,8 @@ STRFILE= ${LOCALBASE}/bin/strfile INSTALLATION_DIRS= share/games/fortune/de CHECK_PORTABILITY_SKIP= install.sh +USE_TOOLS+= pax + do-build: find ${WRKSRC}/data -type f ! -name "*.dat" -exec ${STRFILE} {} \; |