Skip to content

Commit

Permalink
mail/mairix: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 7d855c6 commit 1dbfdc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mail/mairix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mairix
DISTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= mail

MAINTAINER= ports@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit 1dbfdc8

Please sign in to comment.