From a8586bfce5b6f491620c00e99779027488eac0d3 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 7 Oct 2005 17:19:03 +0000 Subject: Package wants to override mandir, so set CONFIGURE_HAS_MANDIR= no --- lang/tcl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 987d5bda0cd..c26c1d23c00 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/08/31 09:40:15 seb Exp $ +# $NetBSD: Makefile,v 1.54 2005/10/07 17:19:03 wiz Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -31,6 +31,8 @@ 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" -- cgit v1.2.3