diff options
Diffstat (limited to 'lang/libtcl-nothread')
-rw-r--r-- | lang/libtcl-nothread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/libtcl-nothread/Makefile b/lang/libtcl-nothread/Makefile index dd049a09d78..dba9c06c99b 100644 --- a/lang/libtcl-nothread/Makefile +++ b/lang/libtcl-nothread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:14 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= tcl8.4.6-src @@ -35,6 +35,8 @@ CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl" CONFIGURE_ENV+= COMPILER_OPTIMIZATION_BUG=YES .endif +INSTALLATION_DIRS= lib + post-configure: ${SED} 's|tcl84|tcl84-nothread|g' <${WRKSRC}/tclConfig.sh \ >${WRKSRC}/tclConfig-nothread.sh |