summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-07 18:38:34 +0000
committerreed <reed@pkgsrc.org>2005-10-07 18:38:34 +0000
commita4bd461010cf7316fd8a5b99eef58216d2a98eec (patch)
tree13726868ed5173180371aa0946aef65d75ad457a /lang
parentf70c6ef60384cc292d2b43065ff23bb0b10a8ccb (diff)
downloadpkgsrc-a4bd461010cf7316fd8a5b99eef58216d2a98eec.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/Makefile10
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