summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorobache <obache>2014-01-28 11:33:43 +0000
committerobache <obache>2014-01-28 11:33:43 +0000
commit7479bcd07f47382a4675916c847b012abd1ded05 (patch)
tree86ee88639228333b39005f56b44263aec8570b57 /mail
parentdf317939e09bdb0841472daec36b24524bc26af4 (diff)
downloadpkgsrc-7479bcd07f47382a4675916c847b012abd1ded05.tar.gz
specify libdir with GNU_CONFIGURE_LIBDIR.
Diffstat (limited to 'mail')
-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}