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 | b08e29ab6ab09013534e4d6632fcb3e26d0ab15d (patch) | |
tree | 538971c672360538b8b895af981ca32b14916b53 /lang/tcl83 | |
parent | 7d01046ae4e2fafaf0ac26ae01b8b0b12b12ecaf (diff) | |
download | pkgsrc-b08e29ab6ab09013534e4d6632fcb3e26d0ab15d.tar.gz |
Remove superfluous --mandir (was overridden by bsd.pkg.mk one).
Diffstat (limited to 'lang/tcl83')
-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" |