diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-04 06:54:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-04 06:54:20 +0000 |
commit | 2ff0ca003c89e78776bd0c87f951d0005588f1e6 (patch) | |
tree | 538971c672360538b8b895af981ca32b14916b53 | |
parent | c15e52dacfaf089082d4417b21ec29ca40ac4c25 (diff) | |
download | pkgsrc-2ff0ca003c89e78776bd0c87f951d0005588f1e6.tar.gz |
Remove superfluous --mandir (was overridden by bsd.pkg.mk one).
-rw-r--r-- | lang/tcl83/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 29a358ae183..44b255f60ff 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -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 @@ USE_LIBTOOL= yes 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" |