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/angband-tty/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/angband-tty/Makefile')
-rw-r--r-- | games/angband-tty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index b79d13e128b..6ebf3c3728b 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2003/09/17 19:40:21 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/20 12:15:39 agc Exp $ # DISTNAME= angband-283 PKGNAME= angband-tty-2.8.3 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Source/ @@ -15,6 +14,7 @@ COMMENT= Tolkien based variant of Moria for tty/console displays CONFLICTS= angband-x11-[0-9]* +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= # defined EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKEFILE= Makefile.std |