diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-07 17:19:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-07 17:19:03 +0000 |
commit | a8586bfce5b6f491620c00e99779027488eac0d3 (patch) | |
tree | 388bab651e67158fad22ed5e0a6476039ae249c4 /lang/tcl/Makefile | |
parent | 8ba5b2224e2a147e150a5dab527ba8833b872cfe (diff) | |
download | pkgsrc-a8586bfce5b6f491620c00e99779027488eac0d3.tar.gz |
Package wants to override mandir, so set
CONFIGURE_HAS_MANDIR= no
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r-- | lang/tcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |