diff options
author | adam <adam> | 2004-11-29 14:55:32 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-29 14:55:32 +0000 |
commit | 0402becd3a3d21fe0a18034e031743af90f6b9a6 (patch) | |
tree | 5f71a292e15e12ad8767f11dc84d1337a8210d2e | |
parent | 5c5571593319d7bc28565d3b41b8d3ad2bc6e530 (diff) | |
download | pkgsrc-0402becd3a3d21fe0a18034e031743af90f6b9a6.tar.gz |
Post-patch removed, since there is no mkLinks script any more
-rw-r--r-- | lang/tcl/Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
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 |