pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/tk Post-patch removed, since there is no mkLinks s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/731d749066d3
branches:  trunk
changeset: 484749:731d749066d3
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 29 14:56:21 2004 +0000

description:
Post-patch removed, since there is no mkLinks script any more

diffstat:

 x11/tk/Makefile |  17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diffs (31 lines):

diff -r 503c8eb2e3e8 -r 731d749066d3 x11/tk/Makefile
--- a/x11/tk/Makefile   Mon Nov 29 14:55:38 2004 +0000
+++ b/x11/tk/Makefile   Mon Nov 29 14:56:21 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index