diff options
author | reed <reed@pkgsrc.org> | 2005-10-07 18:38:34 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-07 18:38:34 +0000 |
commit | b95851362e8fc73e83d0b9f5f14923e0c4c47a75 (patch) | |
tree | 13726868ed5173180371aa0946aef65d75ad457a /lang | |
parent | 59bfc420c01f63822eb7730765fcddc8ee2cf4b9 (diff) | |
download | pkgsrc-b95851362e8fc73e83d0b9f5f14923e0c4c47a75.tar.gz |
Remove wiz's quick workaround for the --mandir.
Remove the --mandir setting for CONFIGURE_ARGS as this is
now done by default (for GNU_CONFIGURE).
Remove the man page staging from post-install (and the
comment about this). The maintainer told me this was
a workaround for older versions of tcl and that it is
fixed now.
Diffstat (limited to 'lang')
-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 |