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 | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/freeciv-manual | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/freeciv-manual')
-rw-r--r-- | games/freeciv-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-manual/Makefile b/games/freeciv-manual/Makefile index 0cf0ad5090c..a19fa7bf404 100644 --- a/games/freeciv-manual/Makefile +++ b/games/freeciv-manual/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 16:49:46 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:15:40 agc Exp $ # DISTNAME= manual-1.8.1-2 PKGNAME= freeciv-manual-1.8.1.2 -WRKSRC= ${WRKDIR}/manual CATEGORIES= games MASTER_SITES= http://www.freeciv.org/ftp/contrib/manual/ @@ -11,6 +10,7 @@ MAINTAINER= dillo@giga.or.at HOMEPAGE= http://www.freeciv.org/ COMMENT= Manuals for freeciv (game, client, and server) +WRKSRC= ${WRKDIR}/manual USE_BUILDLINK2= YES NO_BUILD= YES |