summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-01-28 12:14:23 +0000
committerobache <obache@pkgsrc.org>2014-01-28 12:14:23 +0000
commit340e758b344bc095b3ce2e63a1299857ac5c3e64 (patch)
tree0959dc9ad31f2a7907e79bf1915924535dea6430 /net/samba
parent0c588fd88a1368ea1030ae4754a5cafe7de0bd79 (diff)
downloadpkgsrc-340e758b344bc095b3ce2e63a1299857ac5c3e64.tar.gz
Use GNU_CONFIGURE_LIBDIR for --libdir.
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 6fc1de0ee3b..b711e7bcf3f 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.241 2013/12/09 10:44:22 taca Exp $
+# $NetBSD: Makefile,v 1.242 2014/01/28 12:16:39 obache Exp $
DISTNAME= samba-${VERSION}
CATEGORIES= net
@@ -48,7 +48,7 @@ REPLACE_PERL= script/findsmb.in
BROKEN_GETTEXT_DETECTION=yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${SAMBA_LIBDIR}
+GNU_CONFIGURE_LIBDIR= ${SAMBA_LIBDIR}
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
CONFIGURE_ARGS+= --with-configdir=${SAMBA_ETCDIR}