Package wants to override mandir, so set
CONFIGURE_HAS_MANDIR= no
This commit is contained in:
parent
8ba5b2224e
commit
a8586bfce5
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue