summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 14:12:56 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 14:13:03 +0100
commit64631af5a788e3083ad88fb728a95a3499015a6d (patch)
treef7251c19247da84b1439915277c99d2b60b9182e /mail/exim/Makefile
parent*/plan: fix portrevision bump (diff)
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index e592942dd197..0fc97c8e0a8c 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,6 +1,6 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= mail
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \
@@ -619,7 +619,7 @@ post-install:
.endfor
.endif
@${MKDIR} -m 750 ${STAGEDIR}${LOGDIR}
- ${INSTALL_MAN} ${WRKSRC}/doc/exim.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/doc/exim.8 ${STAGEDIR}${PREFIX}/share/man/man8
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/POST-INSTALL-NOTES ${STAGEDIR}${DOCSDIR}