pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl Remove wiz's quick workaround for the --mandir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10393fd2add0
branches:  trunk
changeset: 500405:10393fd2add0
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Oct 07 18:38:34 2005 +0000

description:
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:

 lang/tcl/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r 1d51125d2e6b -r 10393fd2add0 lang/tcl/Makefile
--- a/lang/tcl/Makefile Fri Oct 07 18:38:25 2005 +0000
+++ b/lang/tcl/Makefile Fri Oct 07 18:38:34 2005 +0000
@@ -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 @@
 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 @@
                ${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



Home | Main Index | Thread Index | Old Index