From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- games/tads/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/tads') 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 -- cgit v1.2.3