summaryrefslogtreecommitdiff
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
parentba95d479a3a58102d8297d2ea7b29fe9dffdffeb (diff)
downloadpkgsrc-10d92a6634f75277ab60ec31c984cf3916ee1ca3.tar.gz
Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users.
-rw-r--r--fonts/bdftopcf/Makefile4
-rw-r--r--fonts/font-util/Makefile4
-rw-r--r--fonts/mkfontscale/Makefile4
-rw-r--r--x11/iceauth/Makefile4
-rw-r--r--x11/xkbcomp/Makefile4
5 files changed, 15 insertions, 5 deletions
diff --git a/fonts/bdftopcf/Makefile b/fonts/bdftopcf/Makefile
index f842a6705d9..b4792d6cef0 100644
--- a/fonts/bdftopcf/Makefile
+++ b/fonts/bdftopcf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 19:49:24 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/07 20:13:27 joerg Exp $
#
DISTNAME= bdftopcf-1.0.0
@@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXfont/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/font-util/Makefile b/fonts/font-util/Makefile
index 577b3768ef2..0c7591588c0 100644
--- a/fonts/font-util/Makefile
+++ b/fonts/font-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/11/14 21:11:10 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/05/07 20:13:27 joerg Exp $
#
DISTNAME= font-util-1.0.1
@@ -17,4 +17,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
REPLACE_PERL+= bdftruncate.pl
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile
index 7d1155b3e5d..3144411e3d0 100644
--- a/fonts/mkfontscale/Makefile
+++ b/fonts/mkfontscale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/03/18 20:30:06 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/05/07 20:13:27 joerg Exp $
#
DISTNAME= mkfontscale-1.0.3
@@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../fonts/libfontenc/buildlink3.mk"
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"