pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tcl Post-patch removed, since there is no mkLinks...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0751a8fc66ef
branches: trunk
changeset: 484747:0751a8fc66ef
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 29 14:55:32 2004 +0000
description:
Post-patch removed, since there is no mkLinks script any more
diffstat:
lang/tcl/Makefile | 17 +----------------
1 files changed, 1 insertions(+), 16 deletions(-)
diffs (31 lines):
diff -r 56b8505c6f48 -r 0751a8fc66ef lang/tcl/Makefile
--- a/lang/tcl/Makefile Mon Nov 29 14:55:11 2004 +0000
+++ b/lang/tcl/Makefile Mon Nov 29 14:55:32 2004 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index