summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-01-28 11:33:43 +0000
committerobache <obache@pkgsrc.org>2014-01-28 11:33:43 +0000
commit78ad1ce76ff40b6e293255ea0855cefea9175b50 (patch)
tree86ee88639228333b39005f56b44263aec8570b57 /mail/nmh
parentcc4ed1ea295a3891b6035a2b5552e4fbedf40ffa (diff)
downloadpkgsrc-78ad1ce76ff40b6e293255ea0855cefea9175b50.tar.gz
specify libdir with GNU_CONFIGURE_LIBDIR.
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 366c8a9e964..28ff9e0a750 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2013/06/12 12:35:35 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2014/01/28 11:33:43 obache Exp $
DISTNAME= nmh-1.5
PKGREVISION= 3
@@ -36,7 +36,7 @@ NMH_MTA?= smtp
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec/nmh
+GNU_CONFIGURE_LIBDIR= ${PREFIX}/libexec/nmh
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-nmh-pop
CONFIGURE_ARGS+= --with-mts=${NMH_MTA:Q}