From b584e3142113817237e366cb5965af0a2827a3d7 Mon Sep 17 00:00:00 2001 From: hira Date: Tue, 25 Sep 2007 08:31:52 +0000 Subject: ln -> ${LN}. --- lang/tcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/tcl') diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 7fb274d0a36..1b592ae5e22 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2007/05/29 18:35:58 heinz Exp $ +# $NetBSD: Makefile,v 1.62 2007/09/25 08:31:54 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 \ -- cgit v1.2.3