summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorreed <reed>2005-10-07 18:38:34 +0000
committerreed <reed>2005-10-07 18:38:34 +0000
commit187d85e226111a124f346332e8e8e37946a37340 (patch)
tree13726868ed5173180371aa0946aef65d75ad457a /lang/tcl
parent9484974a7d85369e2a0df59af8c758943ee82d3f (diff)
downloadpkgsrc-187d85e226111a124f346332e8e8e37946a37340.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/tcl')
-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