summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
commitd32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /lang/tcl
parentb1fe99775bd942bbd05e584ba34834516831b04a (diff)
downloadpkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index b7b9de816e9..7772f700901 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:34 agc Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:56 hubertf Exp $
#
DISTNAME= tcl8.3.2
@@ -24,9 +24,9 @@ INSTALL_TARGET= install
post-install:
cd ${PREFIX}/bin && ${LN} -s tclsh8.3 tclsh
- ${MKDIR} ${PREFIX}/include/tcl
- ${MKDIR} ${PREFIX}/include/tcl/unix
- ${MKDIR} ${PREFIX}/include/tcl/generic
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/unix
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/generic
${INSTALL_DATA} ${WRKSRC}/tclUnixPort.h ${PREFIX}/include/tcl/unix
${INSTALL_DATA} ${WRKSRC}/../generic/tcl.h ${PREFIX}/include/tcl/generic
${INSTALL_DATA} ${WRKSRC}/../generic/tclCompile.h ${PREFIX}/include/tcl/generic