diff options
Diffstat (limited to 'games/fortunes-de/Makefile')
-rw-r--r-- | games/fortunes-de/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fortunes-de/Makefile b/games/fortunes-de/Makefile index 2524f2ebdc1..b0f5eb90a97 100644 --- a/games/fortunes-de/Makefile +++ b/games/fortunes-de/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/21 15:20:38 drochner Exp $ # -DISTNAME= fortunes-de_0.6.orig -PKGNAME= fortunes-de-0.6 +DISTNAME= fortunes-de_0.19.orig +PKGNAME= fortunes-de-0.19 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/} @@ -13,7 +13,7 @@ COMMENT= German data files for fortune BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile STRFILE= ${LOCALBASE}/bin/strfile -WRKSRC= ${WRKDIR}/fortunes-de-0.6 +WRKSRC= ${WRKDIR}/fortunes-de-0.19 do-build: ${FIND} ${WRKSRC}/data -type f -exec ${STRFILE} {} \; |