diff options
Diffstat (limited to 'games/tads/Makefile')
-rw-r--r-- | games/tads/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index 9173fff79a9..723153a279b 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/10/12 20:38:09 dillo Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/22 20:02:11 dillo Exp $ # DISTNAME= tads23-unix -PKGNAME= tads-3.0.7 +PKGNAME= tads-3.0.8 CATEGORIES= games MASTER_SITES= http://www.tads.org/t3dl/ @@ -14,7 +14,7 @@ COMMENT= TADS compiler and interpreter ONLY_FOR_PLATFORM= NetBSD-*-* DIST_SUBDIR= ${PKGNAME_NOREV} -WRKSRC= ${WRKDIR}/tads-3.0.7 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes NO_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 |