summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-18 22:36:37 +0000
committertv <tv@pkgsrc.org>2005-01-18 22:36:37 +0000
commit291f7ac5d518489016a9070d0497538c69831ac7 (patch)
tree17a8245544a6d27bbcc299f60c5e2b17e6c0221a /mk/platform
parentfc9253dd712826453148b9f04c1b017ead206725 (diff)
downloadpkgsrc-291f7ac5d518489016a9070d0497538c69831ac7.tar.gz
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 (limited to 'mk/platform')
-rw-r--r--mk/platform/Interix.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 4df979dc1fb..ae3427ee7fe 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -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