diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/fortunes-de/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/fortunes-de/Makefile')
-rw-r--r-- | games/fortunes-de/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/fortunes-de/Makefile b/games/fortunes-de/Makefile index a1550f993d4..2524f2ebdc1 100644 --- a/games/fortunes-de/Makefile +++ b/games/fortunes-de/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:38:22 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:40 agc Exp $ # DISTNAME= fortunes-de_0.6.orig PKGNAME= fortunes-de-0.6 -WRKSRC= ${WRKDIR}/fortunes-de-0.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/} @@ -14,6 +13,8 @@ COMMENT= German data files for fortune BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile STRFILE= ${LOCALBASE}/bin/strfile +WRKSRC= ${WRKDIR}/fortunes-de-0.6 + do-build: ${FIND} ${WRKSRC}/data -type f -exec ${STRFILE} {} \; |