pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/imake Prevent configure from appending a suffix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94a14c46b854
branches:  trunk
changeset: 528526:94a14c46b854
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 06 15:00:57 2007 +0000

description:
Prevent configure from appending a suffix like .1x, .3x or .5x to man
pages and thus invalidating the PLIST. This happens on Linux.
Other packages in the modular Xorg series (x11/libXau, x11/libXt,...) do
the same.

diffstat:

 devel/imake/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 80565e77eace -r 94a14c46b854 devel/imake/Makefile
--- a/devel/imake/Makefile      Sun May 06 14:08:37 2007 +0000
+++ b/devel/imake/Makefile      Sun May 06 15:00:57 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/01/22 20:33:33 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/05/06 15:00:57 heinz Exp $
 #
 
 DISTNAME=              imake-1.0.2
@@ -18,6 +18,8 @@
 
 DEPENDS+=              xorg-cf-files>=1.0.2nb1:../../x11/xorg-cf-files
 
+CONFIGURE_ENV+=                APP_MAN_SUFFIX=1 LIB_MAN_SUFFIX=3 FILE_MAN_SUFFIX=5
+
 .include "../../x11/xproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index