Sun Aug 23 20:10:57 2015 UTC ()
force manpage suffix to 4 for SunOS


(richard)
diff -r1.1 -r1.2 pkgsrc/x11/xf86-video-xgi/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/x11/xf86-video-xgi/Makefile (expand / switch to context diff)
--- pkgsrc/x11/xf86-video-xgi/Makefile 2015/08/22 13:31:39 1.1
+++ pkgsrc/x11/xf86-video-xgi/Makefile 2015/08/23 20:10:56 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/08/22 13:31:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/08/23 20:10:56 richard Exp $
 
 DISTNAME=	xf86-video-xgi-1.6.1
 CATEGORIES=	x11
@@ -12,6 +12,11 @@
 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/randrproto/buildlink3.mk"