diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:01:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:01:47 +0000 |
commit | 5df51943c8b1a53a3532936a55f55345588bf41c (patch) | |
tree | 519783eea9ea6e85df58092590bc3f32167d64ca /mk/bsd.prefs.mk | |
parent | 9c29badf43811d898256b8c0dda4ec422c28a950 (diff) | |
download | pkgsrc-5df51943c8b1a53a3532936a55f55345588bf41c.tar.gz |
Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure that
catman pages are installed with a suffix which matches their section
instead of the default '.0'.
Enable it by default on SunOS, which requires that particular layout.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 8885d7d964e..018f0f72889 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.337 2013/07/19 14:29:16 ryoon Exp $ +# $NetBSD: bsd.prefs.mk,v 1.338 2013/09/12 11:01:47 jperkin Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -606,6 +606,8 @@ X11_ENCODINGSDIR?= ${X11BASE}/share/fonts/X11/encodings X11_ENCODINGSDIR?= ${X11BASE}/lib/X11/fonts/encodings .endif +CATMAN_SECTION_SUFFIX?= no + IMAKE_MAN_SOURCE_PATH= man/man IMAKE_MAN_SUFFIX= 1 IMAKE_LIBMAN_SUFFIX= 3 |