diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-01 16:44:32 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-01 16:44:32 +0000 |
commit | 7ff8df512e4cc8e3f972f3bfe86357c317bde3dc (patch) | |
tree | 9b29fdfaf03c2412cbbebbe08ab0eeb534e6f9f5 /mail | |
parent | d9f44b1e655857780a7e93ae46ed098af5d866d5 (diff) | |
download | pkgsrc-7ff8df512e4cc8e3f972f3bfe86357c317bde3dc.tar.gz |
Pass --mandir. Fixes PKGMANDIR.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mairix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 8dcbe34ca97..459a87ca788 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/08 12:19:16 asau Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/01 16:44:32 jperkin Exp $ # DISTNAME= mairix-0.21 @@ -11,6 +11,7 @@ COMMENT= Program for indexing and searching email messages HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} USE_TOOLS+= bison flex |