summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-12 12:35:35 +0000
committerwiz <wiz@pkgsrc.org>2013-06-12 12:35:35 +0000
commitab5a823feb539c6eadcc60d7e742787ed715e92c (patch)
tree8c53925fd6406c89e3551271baa24ee01e4f3d83 /net/samba
parent07b94cf53553064b6eebc7476603aaca0310df58 (diff)
downloadpkgsrc-ab5a823feb539c6eadcc60d7e742787ed715e92c.tar.gz
Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 53c75b11848..2e102bc3206 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2013/05/31 12:41:43 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2013/06/12 12:35:35 wiz Exp $
DISTNAME= samba-${VERSION}
PKGREVISION= 1
@@ -50,7 +50,7 @@ REPLACE_PERL= script/findsmb.in
BROKEN_GETTEXT_DETECTION=yes
USE_GNU_READLINE= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_LIBDIR= ${SAMBA_LIBDIR}
+CONFIGURE_ARGS+= --libdir=${SAMBA_LIBDIR}
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
CONFIGURE_ARGS+= --with-configdir=${SAMBA_ETCDIR}