summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authorhira <hira>2007-09-25 08:31:52 +0000
committerhira <hira>2007-09-25 08:31:52 +0000
commitb584e3142113817237e366cb5965af0a2827a3d7 (patch)
tree3619c83aff27948eae66c37f256db1b652d5ccf2 /x11/tk
parent681d54562552f1369657db79f9bcc84d5f83912d (diff)
downloadpkgsrc-b584e3142113817237e366cb5965af0a2827a3d7.tar.gz
ln -> ${LN}.
Diffstat (limited to 'x11/tk')
-rw-r--r--x11/tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 0088e0ed536..424d6b6b781 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/05/29 18:37:09 heinz Exp $
+# $NetBSD: Makefile,v 1.60 2007/09/25 08:31:55 hira Exp $
DISTNAME= tk${TK_VERSION}-src
PKGNAME= tk-${TK_VERSION}
@@ -46,7 +46,7 @@ DESTDIRPREFIX= ${DESTDIR}${PREFIX}
post-install:
rm -f ${DESTDIRPREFIX:Q}/bin/wish
- ln -s wish8.4 ${DESTDIRPREFIX:Q}/bin/wish
+ ${LN} -s wish8.4 ${DESTDIRPREFIX:Q}/bin/wish
${INSTALL_DATA} ${WRKSRC}/generic/default.h ${DESTDIRPREFIX:Q}/include/tk/generic
${INSTALL_DATA} ${WRKSRC}/generic/ks_names.h ${DESTDIRPREFIX:Q}/include/tk/generic
${INSTALL_DATA} ${WRKSRC}/generic/tk.h ${DESTDIRPREFIX:Q}/include/tk/generic