diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
commit | 61802bc79f0a8048f4235d5027ea9ef65736b7c2 (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /x11/tk | |
parent | 2e35d687fd1b7fe3952c55b2e20786de18e5a402 (diff) | |
download | pkgsrc-61802bc79f0a8048f4235d5027ea9ef65736b7c2.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 424d6b6b781..ebe3b982f88 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2007/09/25 08:31:55 hira Exp $ +# $NetBSD: Makefile,v 1.61 2007/09/25 10:03:54 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 |