From 0402becd3a3d21fe0a18034e031743af90f6b9a6 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 29 Nov 2004 14:55:32 +0000 Subject: Post-patch removed, since there is no mkLinks script any more --- lang/tcl/Makefile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'lang/tcl') diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 653ec7b0350..fcc46e26a59 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2004/11/26 10:30:01 adam Exp $ +# $NetBSD: Makefile,v 1.43 2004/11/29 14:55:32 adam Exp $ DISTNAME= tcl8.4.8-src PKGNAME= tcl-8.4.8 @@ -46,21 +46,6 @@ CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl" .endif .endif -# Modify mkLinks script to remove the short-filename manpage if it was -# linked to a longer filename. -post-patch: - @cd ${WRKSRC}; \ - ${MV} -f mkLinks mkLinks.tmp; \ - ${GREP} -v "^exit 0" mkLinks.tmp > mkLinks; \ - ${CAT} mkLinks.tmp \ - | ${AWK} '/^ *ln / { print $$3 }' \ - | ${SORT} -u \ - | ${GREP} -v ".*\.n" \ - | ${SED} -e "s,^,${RM} -f ," \ - >> mkLinks; \ - ${RM} -f mkLinks.tmp; \ - ${CHMOD} +x mkLinks; - post-install: cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX} ${RM} -rf ${WRKDIR}/man -- cgit v1.2.3