diff options
author | nia <nia@pkgsrc.org> | 2019-11-23 11:41:20 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-11-23 11:41:20 +0000 |
commit | 3a580afe8b2b2202bdeb446e38855ed0b4e76c58 (patch) | |
tree | cdc4b1a02f5f9cac107e760be69e5507f94aecb4 /x11/xorgproto | |
parent | b4e37238f850c09d13c77374046c08f632cf4444 (diff) | |
download | pkgsrc-3a580afe8b2b2202bdeb446e38855ed0b4e76c58.tar.gz |
xorgproto: Force consistent man page installation for SunOS/etc
It appears to attempt to detect whether the system uses "Sys-V"-style
man categories by checking for a specific file in /usr/share/man.
This doesn't seem to be particularly accurate and causes problems with
varying PLISTs on pkgsrc depending on the system's filesystem layout.
So just force a consistent category number for "misc" pages for every OS,
for now...
Diffstat (limited to 'x11/xorgproto')
-rw-r--r-- | x11/xorgproto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xorgproto/Makefile b/x11/xorgproto/Makefile index 94d8c01d100..8b0abf24b91 100644 --- a/x11/xorgproto/Makefile +++ b/x11/xorgproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/11/15 10:01:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/23 11:41:20 nia Exp $ DISTNAME= xorgproto-2019.2 PKGREVISION= 2 @@ -17,6 +17,9 @@ USE_LANGUAGES= c # some packages need the old headers CONFIGURE_ARGS+= --enable-legacy +# Force a consistent PLIST. +CONFIGURE_ENV+= MISC_MAN_SUFFIX="7" + PKGCONFIG_OVERRIDE+= applewmproto.pc.in PKGCONFIG_OVERRIDE+= bigreqsproto.pc.in PKGCONFIG_OVERRIDE+= compositeproto.pc.in |