pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tcl Package wants to override mandir, so set
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f7ea94b5e9d
branches: trunk
changeset: 500390:1f7ea94b5e9d
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Oct 07 17:19:03 2005 +0000
description:
Package wants to override mandir, so set
CONFIGURE_HAS_MANDIR= no
diffstat:
lang/tcl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d509ba227257 -r 1f7ea94b5e9d lang/tcl/Makefile
--- a/lang/tcl/Makefile Fri Oct 07 17:17:21 2005 +0000
+++ b/lang/tcl/Makefile Fri Oct 07 17:19:03 2005 +0000
@@ -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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index