summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-05-07 20:13:27 +0000
committerjoerg <joerg@pkgsrc.org>2007-05-07 20:13:27 +0000
commit10d92a6634f75277ab60ec31c984cf3916ee1ca3 (patch)
tree6e0ed910721d35bd5ad467ab3fd53d0f51075f16 /x11
parentba95d479a3a58102d8297d2ea7b29fe9dffdffeb (diff)
downloadpkgsrc-10d92a6634f75277ab60ec31c984cf3916ee1ca3.tar.gz
Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users.
Diffstat (limited to 'x11')
-rw-r--r--x11/iceauth/Makefile4
-rw-r--r--x11/xkbcomp/Makefile4
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"