pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cmake Fixed the --mandir argument to configure. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86d576cc2724
branches:  trunk
changeset: 501600:86d576cc2724
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 15:15:25 2005 +0000

description:
Fixed the --mandir argument to configure. Makes the package build again on
NetBSD-1.6.2/i386.

diffstat:

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

diffs (18 lines):

diff -r dc1dcb36f57c -r 86d576cc2724 devel/cmake/Makefile
--- a/devel/cmake/Makefile      Mon Oct 24 15:01:37 2005 +0000
+++ b/devel/cmake/Makefile      Mon Oct 24 15:15:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:49 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/24 15:15:25 rillig Exp $
 
 DISTNAME=      cmake-2.0.5
 CATEGORIES=    devel
@@ -12,6 +12,8 @@
 USE_LANGUAGES=         c c++
 USE_NCURSES=           yes
 GNU_CONFIGURE=         yes
+CONFIGURE_HAS_MANDIR=  no
+CONFIGURE_ARGS+=       --mandir=/${PKGMANDIR}
 BUILD_TARGET=          default_target
 
 post-patch:



Home | Main Index | Thread Index | Old Index