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 | c15e52dacfaf089082d4417b21ec29ca40ac4c25 (patch) | |
tree | 125e31666b143e7c58e2eb5578d16c51cdded910 | |
parent | 0b4b51e14a0452236924a047ab5612c3ff6c12e8 (diff) | |
download | pkgsrc-c15e52dacfaf089082d4417b21ec29ca40ac4c25.tar.gz |
Apply same fix as for lang/tcl to fix breakage introduced
by adding the --mandir switch.
-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 |