diff options
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r-- | lang/tcl/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index acbde3e7fed..653ec7b0350 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2004/11/16 22:44:51 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2004/11/26 10:30:01 adam Exp $ -DISTNAME= tcl8.4.7-src -PKGNAME= tcl-8.4.7 -PKGREVISION= 3 +DISTNAME= tcl8.4.8-src +PKGNAME= tcl-8.4.8 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -15,14 +14,14 @@ CONFLICTS+= tclman80-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:C/-src//}/unix -GNU_CONFIGURE= yes -MAKE_ENV+= TOUCH="${TOUCH}" -TEST_TARGET= test USE_BUILDLINK3= yes USE_LIBTOOL= yes +GNU_CONFIGURE= yes +MAKE_ENV+= TOUCH="${TOUCH}" INSTALL_TARGET= install +TEST_TARGET= test # Initially install the man pages into ${WRKDIR}/man, as we need a staged # install to avoid overwriting existing manpages in ${PREFIX}/man. |