git: 92e6ce52de09 - main - mail/surblhost: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 18:21:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=92e6ce52de09ef27d11741cb6abe1a64278a9bde commit 92e6ce52de09ef27d11741cb6abe1a64278a9bde Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:57:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 18:20:58 +0000 mail/surblhost: Moved man to share/man Approved by: portmgr (blanket) --- mail/surblhost/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/surblhost/Makefile b/mail/surblhost/Makefile index 376c3b7d9c0b..3eb67403eb9f 100644 --- a/mail/surblhost/Makefile +++ b/mail/surblhost/Makefile @@ -1,5 +1,6 @@ PORTNAME= surblhost PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -9,7 +10,8 @@ WWW= https://surblhost.sourceforge.net/ USES= tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/${PORTNAME} \ - man/man1/surblhost.1.gz + share/man/man1/surblhost.1.gz .include <bsd.port.mk>