diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-06-26 10:37:53 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-06-26 10:37:53 +0000 |
commit | 709b8443c9f1e23a7ea34061a0126eb1180f7c33 (patch) | |
tree | dd96795a03cf3501c6507a46bbcb28d8d8d1f870 /misc/xorg-docs | |
parent | 0ca9cb7dc1715c13e4471753787409a1d887d450 (diff) | |
download | pkgsrc-709b8443c9f1e23a7ea34061a0126eb1180f7c33.tar.gz |
Fix manual page location on Solaris.
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" |