summaryrefslogtreecommitdiff
path: root/x11/xf86-video-wsfb
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-09-27 10:06:28 +0000
committerjperkin <jperkin@pkgsrc.org>2012-09-27 10:06:28 +0000
commit6f3f3c42fbcd2dd50ad7f5dae7f52e0950849b5d (patch)
tree0cf429b446cfdcb25626b32a66094561fb6e00ea /x11/xf86-video-wsfb
parent2f0b77ad8f16770e7d8f2e831d8e9806c8dd4383 (diff)
downloadpkgsrc-6f3f3c42fbcd2dd50ad7f5dae7f52e0950849b5d.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-video-wsfb')
-rw-r--r--x11/xf86-video-wsfb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-video-wsfb/Makefile b/x11/xf86-video-wsfb/Makefile
index 455e1b9196a..fb2721acff9 100644
--- a/x11/xf86-video-wsfb/Makefile
+++ b/x11/xf86-video-wsfb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/09/14 11:03:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/09/27 10:06:33 jperkin Exp $
DISTNAME= xf86-video-wsfb-0.2.1
PKGREVISION= 3
@@ -18,6 +18,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/modular-xorg-server/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"