diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-04 06:52:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-04 06:52:43 +0000 |
commit | 7d01046ae4e2fafaf0ac26ae01b8b0b12b12ecaf (patch) | |
tree | 125e31666b143e7c58e2eb5578d16c51cdded910 /lang | |
parent | b8d6e759ca1dc4a9effe70319f60455c2dfce4eb (diff) | |
download | pkgsrc-7d01046ae4e2fafaf0ac26ae01b8b0b12b12ecaf.tar.gz |
Apply same fix as for lang/tcl to fix breakage introduced
by adding the --mandir switch.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl83/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 7a1484f526d..29a358ae183 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/31 09:40:15 seb Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/04 06:52:43 wiz Exp $ # DISTNAME= tcl8.3.4 @@ -77,8 +77,6 @@ post-build: ${MV} ${WRKSRC}/tclConfig.sh.tmp ${WRKSRC}/tclConfig.sh post-install: - cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX} - ${RM} -rf ${WRKDIR}/man cd ${PREFIX}/bin && ${LN} -s tclsh8.3 tclsh ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/unix |