diff options
author | joerg <joerg@pkgsrc.org> | 2012-07-02 16:03:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-07-02 16:03:46 +0000 |
commit | b0866e4299ed31942bb1fbcafa05106dca7e08d3 (patch) | |
tree | 60830ac36990cf42f45d68c0e13966f3341a2e06 /x11/printproto/Makefile | |
parent | 528ceb0e15b4badcb750ad2e47d5c37d65a3bb72 (diff) | |
download | pkgsrc-b0866e4299ed31942bb1fbcafa05106dca7e08d3.tar.gz |
Set MISC_MAN_SUFFIX unconditionally.
Diffstat (limited to 'x11/printproto/Makefile')
-rw-r--r-- | x11/printproto/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/printproto/Makefile b/x11/printproto/Makefile index 5b96b68fd63..034a805e8f1 100644 --- a/x11/printproto/Makefile +++ b/x11/printproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/06/26 10:37:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2012/07/02 16:03:46 joerg Exp $ # DISTNAME= printproto-1.0.5 @@ -17,12 +17,7 @@ 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" |