git: e65f7e0c4cfc - main - mail/mail2sms: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 17:36:13 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e65f7e0c4cfc6c2a30e3a19442a3fb7d272b5aba

commit e65f7e0c4cfc6c2a30e3a19442a3fb7d272b5aba
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 17:13:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 17:35:44 +0000

    mail/mail2sms: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 mail/mail2sms/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/mail2sms/Makefile b/mail/mail2sms/Makefile
index 13274b84e52b..f22dc1ca0afc 100644
--- a/mail/mail2sms/Makefile
+++ b/mail/mail2sms/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mail2sms
 PORTVERSION=	1.3.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://daniel.haxx.se/projects/mail2sms/ \
 		http://bitrote.org/distfiles/
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LEGAL
 
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/mail2sms man/man1/mail2sms.1.gz man/man5/mail2sms.5.gz
+PLIST_FILES=	bin/mail2sms share/man/man1/mail2sms.1.gz share/man/man5/mail2sms.5.gz
 PORTDOCS=	README REGEX example.conf
 
 OPTIONS_DEFINE=	DOCS
@@ -32,8 +32,8 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mail2sms ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/mail2sms.1 ${STAGEDIR}${PREFIX}/man/man1
-	${INSTALL_MAN} ${WRKSRC}/mail2sms.5 ${STAGEDIR}${PREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/mail2sms.1 ${STAGEDIR}${PREFIX}/share/man/man1
+	${INSTALL_MAN} ${WRKSRC}/mail2sms.5 ${STAGEDIR}${PREFIX}/share/man/man5
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}