pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Force manpages to be man-only (no catpages...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ff4bd9e0fc0
branches:  trunk
changeset: 487711:4ff4bd9e0fc0
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jan 18 22:36:37 2005 +0000

description:
Force manpages to be man-only (no catpages) when using BSD .mk files in
a package build.  This may change once groff is fixed, but for now, there's
no guarantee of a nroff available on the host system.

diffstat:

 mk/platform/Interix.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 53f2b7057b87 -r 4ff4bd9e0fc0 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk    Tue Jan 18 22:32:00 2005 +0000
+++ b/mk/platform/Interix.mk    Tue Jan 18 22:36:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.16 2005/01/18 19:37:08 tv Exp $
+# $NetBSD: Interix.mk,v 1.17 2005/01/18 22:36:37 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -27,6 +27,10 @@
 # python23     *
 # zsh          *
 
+# "catinstall" not yet supported as there's no shipped [gn]roff
+MANINSTALL=    maninstall
+MAKE_FLAGS+=   MKCATPAGES=no
+
 AWK?=          /usr/contrib/bin/gawk
 BASENAME?=     /bin/basename
 CAT?=          /bin/cat



Home | Main Index | Thread Index | Old Index