diff options
author | jperkin <jperkin> | 2012-06-26 10:37:53 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-06-26 10:37:53 +0000 |
commit | 5da0694b7631e26e41789543699ee71d4b838b02 (patch) | |
tree | dd96795a03cf3501c6507a46bbcb28d8d8d1f870 /misc | |
parent | 6f74210b8d0daffb13a272287488cf6956568e65 (diff) | |
download | pkgsrc-5da0694b7631e26e41789543699ee71d4b838b02.tar.gz |
Fix manual page location on Solaris.
Diffstat (limited to 'misc')
-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" |