From b65724482c0df2af519683f59f5d1ddc2a242723 Mon Sep 17 00:00:00 2001 From: danw Date: Fri, 9 Apr 2004 23:39:00 +0000 Subject: 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. --- x11/tk/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'x11/tk/Makefile') 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 -- cgit v1.2.3