aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 16:59:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 16:59:48 +0000
commit502731c744bf4ae3605906fd39b61f3c1628d3c2 (patch)
tree8f16f8d73e6d9d9d7f6d36c77957e4fe3d7d4cc5
parentdc3ff39525b9dff0118b41aa1af32e5b2133c0c8 (diff)
downloadports-502731c744bf4ae3605906fd39b61f3c1628d3c2.tar.gz
ports-502731c744bf4ae3605906fd39b61f3c1628d3c2.zip
mail/cyrus2dovecot: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--mail/cyrus2dovecot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/cyrus2dovecot/Makefile b/mail/cyrus2dovecot/Makefile
index f8938ddb5a73..fcecae771d28 100644
--- a/mail/cyrus2dovecot/Makefile
+++ b/mail/cyrus2dovecot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cyrus2dovecot
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.cyrus2dovecot.sw.fu-berlin.de/download/
EXTRACT_SUFX=
@@ -12,7 +13,7 @@ WWW= http://www.cyrus2dovecot.sw.fu-berlin.de/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
USES= perl5 shebangfix
SHEBANG_FILES= ${DISTNAME}
@@ -30,6 +31,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
- ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
+ ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
.include <bsd.port.mk>