diff options
author | danw <danw> | 2004-04-09 23:39:00 +0000 |
---|---|---|
committer | danw <danw> | 2004-04-09 23:39:00 +0000 |
commit | 3cfa46885d8e525d35cd1ca7047f61d131fb7e14 (patch) | |
tree | 8fee00bdda69d430a25f7a341ccee92b36de610d /x11/tk/Makefile | |
parent | d9b87cc6da4a6b017c020db23164384de28b7252 (diff) | |
download | pkgsrc-3cfa46885d8e525d35cd1ca7047f61d131fb7e14.tar.gz |
Fix up some Makefile logic that got broken by the libtool patches (and
prevented it from building on some platforms). Ensure that the built
library is named libtk84 (as opposed to libtk8.4) on all platforms.
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r-- | x11/tk/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index dc82b71661f..d1cef50a38a 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2004/03/25 22:49:15 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2004/04/09 23:39:00 danw Exp $ DISTNAME= tk8.4.6-src PKGNAME= tk-8.4.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -46,13 +46,6 @@ post-patch: ${RM} -f mkLinks.tmp; \ ${CHMOD} +x mkLinks; -pre-install: - cd ${WRKSRC}; for file in \ - tkUnixInit.o libtk84.so wish; \ - do \ - ${TOUCH} $${file}; \ - done - post-install: cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX} ${RM} -rf ${WRKDIR}/man |