summaryrefslogtreecommitdiff
path: root/net/etherape
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-12 12:35:35 +0000
committerwiz <wiz>2013-06-12 12:35:35 +0000
commit07a6cc6e96855004ae46d0171e802fb247978e6a (patch)
tree8c53925fd6406c89e3551271baa24ee01e4f3d83 /net/etherape
parent5f451887fe38858285030e20b232f36c15af5c8f (diff)
downloadpkgsrc-07a6cc6e96855004ae46d0171e802fb247978e6a.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