summaryrefslogtreecommitdiff
path: root/x11/xf86-video-ati
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-09-27 10:06:28 +0000
committerjperkin <jperkin>2012-09-27 10:06:28 +0000
commit682f62d5c4628f657ed53d86d571a84138ec6d0f (patch)
tree0cf429b446cfdcb25626b32a66094561fb6e00ea /x11/xf86-video-ati
parent67754a56a2051ba89e95a6a0463e7de541491715 (diff)
downloadpkgsrc-682f62d5c4628f657ed53d86d571a84138ec6d0f.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-ati')
-rw-r--r--x11/xf86-video-ati/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile
index db4e6e84724..6ab686b80fc 100644
--- a/x11/xf86-video-ati/Makefile
+++ b/x11/xf86-video-ati/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2010/10/27 16:48:26 jakllsch Exp $
+# $NetBSD: Makefile,v 1.19 2012/09/27 10:06:29 jperkin Exp $
DISTNAME= xf86-video-ati-6.12.4
PKGREVISION= 4
@@ -18,6 +18,12 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake 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 "../../devel/zlib/buildlink3.mk"