summaryrefslogtreecommitdiff
path: root/net/etherape
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/etherape
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/etherape')
-rw-r--r--net/etherape/Makefile4
1 files changed, 2 insertions, 2 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