diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-09 12:34:50 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-09 12:34:50 +0000 |
commit | 9f01368c0a203d6fbf4b249b58dbf03252a251bf (patch) | |
tree | 79cba4a36fb8f1d2515659ba33fe78129a5daf8d /x11/xf86-input-penmount | |
parent | 2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd (diff) | |
download | pkgsrc-9f01368c0a203d6fbf4b249b58dbf03252a251bf.tar.gz |
Fix driver man suffix on SunOS.
Diffstat (limited to 'x11/xf86-input-penmount')
-rw-r--r-- | x11/xf86-input-penmount/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-input-penmount/Makefile b/x11/xf86-input-penmount/Makefile index 062a2e61a2f..8975bcaf7b1 100644 --- a/x11/xf86-input-penmount/Makefile +++ b/x11/xf86-input-penmount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/03 00:22:18 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/09 12:34:50 rodent Exp $ DISTNAME= xf86-input-penmount-1.5.0 CATEGORIES= x11 @@ -14,6 +14,12 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4 +.endif + .include "../../x11/xproto/buildlink3.mk" .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../devel/xorg-util-macros/buildlink3.mk" |