summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-30 05:18:51 +0000
committerminskim <minskim@pkgsrc.org>2004-10-30 05:18:51 +0000
commitc3289cecf90bab7636afc20a89c251bf50b8e6fc (patch)
treeebb61d480b6610dde1088c3596b0d3366f0b4c1b /lang/tcl/Makefile
parent3738c27d82b59d052bd31d6a8356a9a9f0c6c5c0 (diff)
downloadpkgsrc-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/Makefile5
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"