diff options
-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 |