diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-09-27 10:06:28 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-09-27 10:06:28 +0000 |
commit | 5d4e5d38558fc600065590300c4c6a48318ad067 (patch) | |
tree | 0cf429b446cfdcb25626b32a66094561fb6e00ea /x11/xf86-input-mouse | |
parent | 104bb31feec8dd2cbcf5d997748feb7109557c32 (diff) | |
download | pkgsrc-5d4e5d38558fc600065590300c4c6a48318ad067.tar.gz |
Define DRIVER_MAN_SUFFIX on Solaris to the same as every other system, this
diverges from the standard layout on Solaris but ensures a consistent
experience for pkgsrc packages.
Fixes 31 packages on Solaris.
Diffstat (limited to 'x11/xf86-input-mouse')
-rw-r--r-- | x11/xf86-input-mouse/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-input-mouse/Makefile b/x11/xf86-input-mouse/Makefile index 29fb721b2c6..009805ef199 100644 --- a/x11/xf86-input-mouse/Makefile +++ b/x11/xf86-input-mouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/09/26 14:11:26 liamjfoy Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/27 10:06:28 jperkin Exp $ DISTNAME= xf86-input-mouse-1.7.2 PKGREVISION= 2 @@ -16,6 +16,12 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_TOOLS+= pkg-config +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4 +.endif + .include "../../x11/randrproto/buildlink3.mk" .include "../../x11/inputproto/buildlink3.mk" .include "../../x11/kbproto/buildlink3.mk" |