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/platform | |
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/platform')
-rw-r--r-- | mk/platform/SunOS.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index ee7e403e8de..7f2f67eda83 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.56 2013/09/04 15:14:45 jperkin Exp $ +# $NetBSD: SunOS.mk,v 1.57 2013/09/12 11:01:47 jperkin Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -11,6 +11,7 @@ PS?= /bin/ps SU?= /usr/bin/su TYPE?= /usr/bin/type +CATMAN_SECTION_SUFFIX?= yes CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 022 DEFAULT_SERIAL_DEVICE?= /dev/null |