pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix man page suffix on Linux. List from Alexander Naso...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81b2ea57818c
branches:  trunk
changeset: 528558:81b2ea57818c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 07 20:13:27 2007 +0000

description:
Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users.

diffstat:

 fonts/bdftopcf/Makefile    |  4 +++-
 fonts/font-util/Makefile   |  4 +++-
 fonts/mkfontscale/Makefile |  4 +++-
 x11/iceauth/Makefile       |  4 +++-
 x11/xkbcomp/Makefile       |  4 +++-
 5 files changed, 15 insertions(+), 5 deletions(-)

diffs (87 lines):

diff -r e853cabb2dd3 -r 81b2ea57818c fonts/bdftopcf/Makefile
--- a/fonts/bdftopcf/Makefile   Mon May 07 19:44:06 2007 +0000
+++ b/fonts/bdftopcf/Makefile   Mon May 07 20:13:27 2007 +0000
@@ -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 @@
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
+
 .include "../../x11/libXfont/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e853cabb2dd3 -r 81b2ea57818c fonts/font-util/Makefile
--- a/fonts/font-util/Makefile  Mon May 07 19:44:06 2007 +0000
+++ b/fonts/font-util/Makefile  Mon May 07 20:13:27 2007 +0000
@@ -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 @@
 USE_TOOLS+=            perl:run
 REPLACE_PERL+=         bdftruncate.pl
 
+CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
+
 .include "../../mk/bsd.pkg.mk"
diff -r e853cabb2dd3 -r 81b2ea57818c fonts/mkfontscale/Makefile
--- a/fonts/mkfontscale/Makefile        Mon May 07 19:44:06 2007 +0000
+++ b/fonts/mkfontscale/Makefile        Mon May 07 20:13:27 2007 +0000
@@ -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 @@
 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 -r e853cabb2dd3 -r 81b2ea57818c x11/iceauth/Makefile
--- a/x11/iceauth/Makefile      Mon May 07 19:44:06 2007 +0000
+++ b/x11/iceauth/Makefile      Mon May 07 20:13:27 2007 +0000
@@ -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 @@
 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 -r e853cabb2dd3 -r 81b2ea57818c x11/xkbcomp/Makefile
--- a/x11/xkbcomp/Makefile      Mon May 07 19:44:06 2007 +0000
+++ b/x11/xkbcomp/Makefile      Mon May 07 20:13:27 2007 +0000
@@ -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 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
+
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libxkbfile/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index