diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/tads | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/tads')
-rw-r--r-- | games/tads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index ad3c7469867..f670f7a5a7a 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:15:41 agc Exp $ # DISTNAME= tads23-unix PKGNAME= tads-3.0.5 -WRKSRC= ${WRKDIR}/tads CATEGORIES= games MASTER_SITES= http://www.ifarchive.org/if-archive/programming/tads2/source/ @@ -14,6 +13,7 @@ COMMENT= TADS compiler and interpreter # for other OSs, enable appropriate Makefile sections ONLY_FOR_PLATFORM= NetBSD-*-* +WRKSRC= ${WRKDIR}/tads USE_BUILDLINK2= yes NO_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 |