summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorhira <hira>2007-09-25 10:03:52 +0000
committerhira <hira>2007-09-25 10:03:52 +0000
commitb71c11c015057689732a9929fb8cec174f6ab3b9 (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /lang/tcl
parent696bc5a9f09c1e54076c50852d5f8e845901ed5b (diff)
downloadpkgsrc-b71c11c015057689732a9929fb8cec174f6ab3b9.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 1b592ae5e22..4607ba0ab81 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2007/09/25 08:31:54 hira Exp $
+# $NetBSD: Makefile,v 1.63 2007/09/25 10:03:53 hira Exp $
DISTNAME= tcl${TCL_VERSION}-src
PKGNAME= tcl-${TCL_VERSION}
@@ -65,7 +65,7 @@ INSTALLATION_DIRS+= include/tcl/generic
INSTALLATION_DIRS+= lib/tcl
post-install:
- cd ${DESTDIR:Q}${PREFIX:Q}/bin && ${LN} -s tclsh8.4 tclsh
+ cd ${DESTDIR:Q}${PREFIX:Q}/bin && ln -s tclsh8.4 tclsh
${INSTALL_DATA} ${WRKSRC}/unix/tclUnixPort.h \
${DESTDIR:Q}${PREFIX:Q}/include/tcl/unix
.for f in regex.h tcl.h tclCompile.h tclDecls.h tclIO.h \