diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 05:18:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 05:18:51 +0000 |
commit | c3289cecf90bab7636afc20a89c251bf50b8e6fc (patch) | |
tree | ebb61d480b6610dde1088c3596b0d3366f0b4c1b /lang/tcl/Makefile | |
parent | 3738c27d82b59d052bd31d6a8356a9a9f0c6c5c0 (diff) | |
download | pkgsrc-c3289cecf90bab7636afc20a89c251bf50b8e6fc.tar.gz |
Create lib/tcl at post-install and add it to PLIST, because many other
tcl packages assume that this directory exists and never delete it
when deinstalled. This fixes the tcl-fbsql build problem noted in
recent bulk builds. Bump PKGREVISION.
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r-- | lang/tcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 384842e3b66..444bec01802 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2004/10/04 02:15:52 minskim Exp $ +# $NetBSD: Makefile,v 1.40 2004/10/30 05:18:51 minskim Exp $ DISTNAME= tcl8.4.7-src PKGNAME= tcl-8.4.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -81,5 +81,6 @@ post-install: tclMath.h tclPlatDecls.h tclPort.h tclRegexp.h ${INSTALL_DATA} ${WRKSRC}/../generic/${f} ${PREFIX}/include/tcl/generic .endfor + ${INSTALL_LIB_DIR} ${PREFIX}/lib/tcl .include "../../mk/bsd.pkg.mk" |