summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-29 14:55:32 +0000
committeradam <adam@pkgsrc.org>2004-11-29 14:55:32 +0000
commit71ef3c039ef050ed1a9086c9373cff398c7cb7e4 (patch)
tree5f71a292e15e12ad8767f11dc84d1337a8210d2e /lang/tcl/Makefile
parent53d8551f6da9b056ede979d600366329b45c0c23 (diff)
downloadpkgsrc-71ef3c039ef050ed1a9086c9373cff398c7cb7e4.tar.gz
Post-patch removed, since there is no mkLinks script any more
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r--lang/tcl/Makefile17
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