pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/tdb Don't lie to pkgsrc: this is not a GNU c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eae8cb001b90
branches:  trunk
changeset: 610611:eae8cb001b90
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 31 13:09:48 2012 +0000

description:
Don't lie to pkgsrc: this is not a GNU configure script.

diffstat:

 databases/tdb/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 2421f9b86091 -r eae8cb001b90 databases/tdb/Makefile
--- a/databases/tdb/Makefile    Wed Oct 31 13:06:37 2012 +0000
+++ b/databases/tdb/Makefile    Wed Oct 31 13:09:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/31 12:34:28 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2012/10/31 13:09:48 wiz Exp $
 #
 
 DISTNAME=      tdb-1.2.10
@@ -15,8 +15,9 @@
 # both install tdbtool and tdbdump
 CONFLICTS+=    samba<3.6.6nb3
 
-GNU_CONFIGURE=         YES
+HAS_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --disable-python
+CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 USE_TOOLS+=            gmake
 
 PKGCONFIG_OVERRIDE=    tdb.pc.in



Home | Main Index | Thread Index | Old Index