diff options
author | sbd <sbd> | 2012-01-17 21:43:18 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-01-17 21:43:18 +0000 |
commit | 6dee14dad3e07b99f2cd6c482d99a427d6d65e01 (patch) | |
tree | 4b997cf4a9b1df8a721e0a83c9559bd76663d532 /mail | |
parent | 9ef099349e85f4e2ed66f364d505dcb85982e3ea (diff) | |
download | pkgsrc-6dee14dad3e07b99f2cd6c482d99a427d6d65e01.tar.gz |
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
Diffstat (limited to 'mail')
-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 686d1d0f95d..c058ca18d00 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2011/12/17 10:16:00 sbd Exp $ +# $NetBSD: Makefile,v 1.74 2012/01/17 21:43:19 sbd Exp $ DISTNAME= nmh-1.3 PKGREVISION= 3 @@ -37,7 +37,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} |