git: da306f4c0b82 - main - mail/milter-bogom: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 17:36:17 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da306f4c0b82d832ced06e55adfc02ce3058e200
commit da306f4c0b82d832ced06e55adfc02ce3058e200
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 17:26:57 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 17:35:48 +0000
mail/milter-bogom: Moved man to share/man
Approved by: portmgr (blanket)
---
mail/milter-bogom/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile
index 21f9bbce0ce4..91328b518172 100644
--- a/mail/milter-bogom/Makefile
+++ b/mail/milter-bogom/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bogom
PORTVERSION= 1.9.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.usebox.net/jjm/bogom/ \
http://blackshell.usebox.net/bogom/
@@ -25,7 +25,7 @@ USE_RC_SUBR= milter-bogom
SUB_FILES= pkg-message
PLIST_FILES= sbin/bogom \
- man/man8/bogom.8.gz \
+ share/man/man8/bogom.8.gz \
etc/bogom.conf-example
PORTDOCS= README CHANGELOG
@@ -42,7 +42,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bogom ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/bogom.8 ${STAGEDIR}${PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/bogom.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${INSTALL_DATA} ${WRKSRC}/bogom.conf-example ${STAGEDIR}${PREFIX}/etc/
do-install-DOCS-on: