summaryrefslogtreecommitdiff
path: root/mail/nmh
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 /mail/nmh
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 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index cc46a50ac54..366c8a9e964 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2013/02/06 23:22:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.81 2013/06/12 12:35:35 wiz Exp $
DISTNAME= nmh-1.5
PKGREVISION= 3
@@ -36,7 +36,7 @@ NMH_MTA?= smtp
GNU_CONFIGURE= yes
-GNU_CONFIGURE_LIBDIR= ${PREFIX}/libexec/nmh
+CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec/nmh
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-nmh-pop
CONFIGURE_ARGS+= --with-mts=${NMH_MTA:Q}