Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 18:21:22 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92e6ce52de09 - main - mail/surblhost: Moved man to share/man
Message-ID:  <202402241821.41OILMDA009868@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241821.41OILMDA009868>