diff options
author | obache <obache@pkgsrc.org> | 2014-01-28 11:33:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-28 11:33:43 +0000 |
commit | 78ad1ce76ff40b6e293255ea0855cefea9175b50 (patch) | |
tree | 86ee88639228333b39005f56b44263aec8570b57 /mail/nmh | |
parent | cc4ed1ea295a3891b6035a2b5552e4fbedf40ffa (diff) | |
download | pkgsrc-78ad1ce76ff40b6e293255ea0855cefea9175b50.tar.gz |
specify libdir with GNU_CONFIGURE_LIBDIR.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 4 |
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} |