summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r--lang/tcl/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 9e359320c26..40a74c0726d 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2004/03/24 15:24:36 jwise Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/25 22:49:14 jlam Exp $
#
DISTNAME= tcl8.4.6-src
PKGNAME= tcl-8.4.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -30,7 +30,8 @@ PLIST_SUBST+= SHLIB_SUFX="${SHLIB_SUFX}"
# Initially install the man pages into ${WRKDIR}/man, as we need a staged
# install to avoid overwriting existing manpages in ${PREFIX}/man.
#
-CONFIGURE_ARGS+= --mandir=${WRKDIR}/man --enable-threads
+CONFIGURE_ARGS+= --mandir=${WRKDIR}/man
+CONFIGURE_ARGS+= --enable-threads
# Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.
CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"
@@ -52,6 +53,8 @@ SHLIB_SUFX= la
CONFIGURE_ENV+= COMPILER_OPTIMIZATION_BUG=YES
.endif
+.include "../../mk/pthread.buildlink3.mk"
+
# Modify mkLinks script to remove the short-filename manpage if it was
# linked to a longer filename.
#
@@ -96,5 +99,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../generic/tclPort.h ${PREFIX}/include/tcl/generic
${INSTALL_DATA} ${WRKSRC}/../generic/tclRegexp.h ${PREFIX}/include/tcl/generic
-.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"