aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 17:16:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 17:35:47 +0000
commit1dbfdc88fe7d50cfecb49d349b8b265ac6de9b51 (patch)
treea98bea27006337e9c2672f01347e1efba266b1e4
parent7d855c61a0c25f075e2b004fd10949bea3864f46 (diff)
downloadports-1dbfdc88fe7d50cfecb49d349b8b265ac6de9b51.tar.gz
ports-1dbfdc88fe7d50cfecb49d349b8b265ac6de9b51.zip
mail/mairix: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--mail/mairix/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile
index d01c875ffac3..48342ebd75dc 100644
--- a/mail/mairix/Makefile
+++ b/mail/mairix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mairix
DISTVERSION= 0.24
+PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= ports@FreeBSD.org
@@ -13,11 +14,11 @@ USES= bison compiler:c11 gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= vandry
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man
HAS_CONFIGURE= yes
PLIST_FILES= bin/mairix \
- man/man1/mairix.1.gz \
- man/man5/mairixrc.5.gz
+ share/man/man1/mairix.1.gz \
+ share/man/man5/mairixrc.5.gz
OPTIONS_DEFINE= GZIP BZIP2 EXAMPLES DOCS
GZIP_DESC= gzip compressed mbox support