diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/iceauth/Makefile | 4 | ||||
-rw-r--r-- | x11/xkbcomp/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile index 7345c1e2ac0..73a90d0c514 100644 --- a/x11/iceauth/Makefile +++ b/x11/iceauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/16 20:53:30 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/07 20:13:27 joerg Exp $ # DISTNAME= iceauth-1.0.1 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libICE/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index d03d384da1f..21bcc2d7de3 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/26 18:10:58 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2007/05/07 20:13:27 joerg Exp $ # DISTNAME= xkbcomp-1.0.3 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libxkbfile/buildlink3.mk" |