pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk tell imake not to build HTML man pages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9064a6f5100
branches:  trunk
changeset: 462925:e9064a6f5100
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 19 06:54:17 2003 +0000

description:
tell imake not to build HTML man pages.

diffstat:

 mk/defs.Linux.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b9da6fe472e8 -r e9064a6f5100 mk/defs.Linux.mk
--- a/mk/defs.Linux.mk  Sun Oct 19 06:28:08 2003 +0000
+++ b/mk/defs.Linux.mk  Sun Oct 19 06:54:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.60 2003/09/23 07:26:23 grant Exp $
+# $NetBSD: defs.Linux.mk,v 1.61 2003/10/19 06:54:17 grant Exp $
 #
 # Variable definitions for the Linux operating system.
 
@@ -68,6 +68,8 @@
 .endif
 HOSTNAME_CMD?= /bin/hostname
 ID?=           /usr/bin/id
+IMAKE?=                ${X11BASE}/bin/imake ${IMAKEOPTS}
+IMAKEOPTS+=    -DBuildHtmlManPages=NO
 LDCONFIG?=     /sbin/ldconfig
 LN?=           /bin/ln
 LS?=           /bin/ls



Home | Main Index | Thread Index | Old Index