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/an | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/an')
-rw-r--r-- | games/an/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/an/Makefile b/games/an/Makefile index 76aac23b0e3..c3d574733f4 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:50 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:39 agc Exp $ # DISTNAME= an-0.93 -WRKSRC= ${WRKDIR}/an-0.93 CATEGORIES= games MASTER_SITES= ftp://suburbia.net/pub/rmj/ MAINTAINER= jonb@NetBSD.org COMMENT= Very fast anagram generator +WRKSRC= ${WRKDIR}/an-0.93 + .include "../../mk/bsd.pkg.mk" |