summaryrefslogtreecommitdiff
path: root/x11/xf86-input-penmount
diff options
context:
space:
mode:
authorrodent <rodent>2013-06-09 12:34:50 +0000
committerrodent <rodent>2013-06-09 12:34:50 +0000
commitd0dbf155e5190e9aa79905015c074cc64ebbfbac (patch)
tree79cba4a36fb8f1d2515659ba33fe78129a5daf8d /x11/xf86-input-penmount
parent8b5e59606080dc2ee65a9ed0f1bd616f7c984294 (diff)
downloadpkgsrc-d0dbf155e5190e9aa79905015c074cc64ebbfbac.tar.gz
Fix driver man suffix on SunOS.
Diffstat (limited to 'x11/xf86-input-penmount')
-rw-r--r--x11/xf86-input-penmount/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-input-penmount/Makefile b/x11/xf86-input-penmount/Makefile
index 062a2e61a2f..8975bcaf7b1 100644
--- a/x11/xf86-input-penmount/Makefile
+++ b/x11/xf86-input-penmount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/03 00:22:18 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:34:50 rodent Exp $
DISTNAME= xf86-input-penmount-1.5.0
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/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"