diff options
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index c26c1d23c00..5df5698e080 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2005/10/07 17:19:03 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2005/10/07 18:38:34 reed Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -28,12 +28,6 @@ INSTALL_TARGET= install TEST_TARGET= test TEST_ENV+= TZ=+0 -# Initially install the man pages into ${WRKDIR}/man, as we need a staged -# install to avoid overwriting existing manpages in ${PREFIX}/man. -CONFIGURE_ARGS+= --mandir=${WRKDIR}/man -# need to avoid automatic --mandir -CONFIGURE_HAS_MANDIR= no - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" @@ -65,8 +59,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.4 tclsh ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/unix |