pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl83 Remove superfluous --mandir (was overridden...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dd91c561ca1
branches:  trunk
changeset: 502318:4dd91c561ca1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 04 06:54:20 2005 +0000

description:
Remove superfluous --mandir (was overridden by bsd.pkg.mk one).

diffstat:

 lang/tcl83/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 32d9dfbbe5fc -r 4dd91c561ca1 lang/tcl83/Makefile
--- a/lang/tcl83/Makefile       Fri Nov 04 06:52:43 2005 +0000
+++ b/lang/tcl83/Makefile       Fri Nov 04 06:54:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/11/04 06:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/11/04 06:54:20 wiz Exp $
 #
 
 DISTNAME=              tcl8.3.4
@@ -27,11 +27,6 @@
 
 INSTALL_TARGET=                install
 
-# 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
-
 # Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.
 CONFIGURE_ENV+=                TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"
 



Home | Main Index | Thread Index | Old Index