diff options
author | tv <tv> | 2005-01-18 22:36:37 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-18 22:36:37 +0000 |
commit | 56901660b6ab1cd32c4f05898e2511f631581c83 (patch) | |
tree | 17a8245544a6d27bbcc299f60c5e2b17e6c0221a /mk/platform | |
parent | 3783cad410876c3d567f0134a0ab3742b8d5aa21 (diff) | |
download | pkgsrc-56901660b6ab1cd32c4f05898e2511f631581c83.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.mk | 6 |
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 |