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 | |
parent | 6f74210b8d0daffb13a272287488cf6956568e65 (diff) | |
download | pkgsrc-5da0694b7631e26e41789543699ee71d4b838b02.tar.gz |
Fix manual page location on Solaris.
-rw-r--r-- | misc/xorg-docs/Makefile | 8 | ||||
-rw-r--r-- | x11/printproto/Makefile | 8 |
2 files changed, 14 insertions, 2 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" diff --git a/x11/printproto/Makefile b/x11/printproto/Makefile index d18c1592baf..5b96b68fd63 100644 --- a/x11/printproto/Makefile +++ b/x11/printproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/05/29 14:18:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/26 10:37:53 jperkin Exp $ # DISTNAME= printproto-1.0.5 @@ -17,6 +17,12 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= printproto.pc.in +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +CONFIGURE_ENV+= MISC_MAN_SUFFIX=7 +.endif + .include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |