summaryrefslogtreecommitdiff
path: root/x11/xf86-video-suncg3
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-06-09 12:34:50 +0000
committerrodent <rodent@pkgsrc.org>2013-06-09 12:34:50 +0000
commit9f01368c0a203d6fbf4b249b58dbf03252a251bf (patch)
tree79cba4a36fb8f1d2515659ba33fe78129a5daf8d /x11/xf86-video-suncg3
parent2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd (diff)
downloadpkgsrc-9f01368c0a203d6fbf4b249b58dbf03252a251bf.tar.gz
Fix driver man suffix on SunOS.
Diffstat (limited to 'x11/xf86-video-suncg3')
-rw-r--r--x11/xf86-video-suncg3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-video-suncg3/Makefile b/x11/xf86-video-suncg3/Makefile
index 87c7f3f09d1..2dfc591ef87 100644
--- a/x11/xf86-video-suncg3/Makefile
+++ b/x11/xf86-video-suncg3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/04 02:21:44 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-suncg3-1.1.2
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/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"