diff options
author | adam <adam> | 2004-11-29 14:56:21 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-29 14:56:21 +0000 |
commit | 0047f607e19fbb269888af1bdced43749ee63691 (patch) | |
tree | 3eeb0b880f8f33ec604347c81e16b6cd693133a0 /x11 | |
parent | 58a6882e6466d23f9dd353bf35e6bf704b94edfc (diff) | |
download | pkgsrc-0047f607e19fbb269888af1bdced43749ee63691.tar.gz |
Post-patch removed, since there is no mkLinks script any more
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tk/Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 817666898b0..7cf894d6249 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/11/26 10:31:08 adam Exp $ +# $NetBSD: Makefile,v 1.39 2004/11/29 14:56:21 adam Exp $ DISTNAME= tk8.4.8-src PKGNAME= tk-8.4.8 @@ -29,21 +29,6 @@ CONFIGURE_ARGS+= --mandir=${WRKDIR}/man .include "../../lang/tcl/buildlink3.mk" -# 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 |