diff options
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 |