summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/etherape/Makefile4
-rw-r--r--net/samba/Makefile4
-rw-r--r--net/samba35/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile
index 646dc592788..1cfca633d2c 100644
--- a/net/etherape/Makefile
+++ b/net/etherape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2013/06/06 12:54:54 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2013/06/12 12:35:35 wiz Exp $
DISTNAME= etherape-0.9.12
PKGREVISION= 18
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR= etherape
# XXX: $localedir defaults to $libdir/locale
-GNU_CONFIGURE_LIBDIR=${PREFIX}/${PKGLOCALEDIR}
+CONFIGURE_ARGS+= --libdir=${PREFIX}/${PKGLOCALEDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/etherape
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}
diff --git a/net/samba35/Makefile b/net/samba35/Makefile
index 09dab66e817..8404b31a025 100644
--- a/net/samba35/Makefile
+++ b/net/samba35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/05/31 12:41:43 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2013/06/12 12:35:35 wiz Exp $
.include "../../net/samba/Makefile.mirrors"
@@ -53,7 +53,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}