diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-12 12:35:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-12 12:35:35 +0000 |
commit | ab5a823feb539c6eadcc60d7e742787ed715e92c (patch) | |
tree | 8c53925fd6406c89e3551271baa24ee01e4f3d83 /databases/lbdb | |
parent | 07b94cf53553064b6eebc7476603aaca0310df58 (diff) | |
download | pkgsrc-ab5a823feb539c6eadcc60d7e742787ed715e92c.tar.gz |
Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.
Diffstat (limited to 'databases/lbdb')
-rw-r--r-- | databases/lbdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index e6476ed82fa..d19ebe1fcd7 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2013/05/31 12:39:47 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/06/12 12:35:35 wiz Exp $ DISTNAME= lbdb_0.35.1 PKGNAME= ${DISTNAME:S/_/-/} @@ -15,7 +15,7 @@ DEPENDS+= p5-perl-ldap>=0.20:../../databases/p5-perl-ldap GNU_CONFIGURE= yes USE_TOOLS+= gmake perl:run -GNU_CONFIGURE_LIBDIR= ${PREFIX}/libexec/lbdb +CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec/lbdb CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-lbdb_dotlock CONFIGURE_ARGS+= --without-getent |