diff options
Diffstat (limited to 'misc/xorg-docs')
-rw-r--r-- | misc/xorg-docs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/xorg-docs/Makefile b/misc/xorg-docs/Makefile index 089749a5e4f..ffbcad61739 100644 --- a/misc/xorg-docs/Makefile +++ b/misc/xorg-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/06 07:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/26 10:41:44 jperkin Exp $ # DISTNAME= xorg-docs-1.7 @@ -17,4 +17,10 @@ CONFIGURE_ARGS+= --with-xmlto=no CONFIGURE_ARGS+= --with-xsltproc=no CONFIGURE_ARGS+= --with-fop=no +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +CONFIGURE_ENV+= MISC_MAN_SUFFIX=7 +.endif + .include "../../mk/bsd.pkg.mk" |