summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-06-26 10:37:53 +0000
committerjperkin <jperkin>2012-06-26 10:37:53 +0000
commit031e524d59af39845005060576fca3d58d5d50cf (patch)
treedd96795a03cf3501c6507a46bbcb28d8d8d1f870 /misc
parentbcd4c8b34c287a9bdc0681ca3bbecf1fb17dec55 (diff)
downloadpkgsrc-031e524d59af39845005060576fca3d58d5d50cf.tar.gz
Fix manual page location on Solaris.
Diffstat (limited to 'misc')
-rw-r--r--misc/xorg-docs/Makefile8
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"