Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:07:08 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: 458a012cfb33 - main - mail/lookout: Sanitize MANPREFIX
Message-ID:  <202401220007.40M078aH050670@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=458a012cfb337828d25f7a32426a68c0992c4b65

commit 458a012cfb337828d25f7a32426a68c0992c4b65
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 23:58:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:06:46 +0000

    mail/lookout: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 mail/lookout/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail/lookout/Makefile b/mail/lookout/Makefile
index 749694f68a67..86af5a770a40 100644
--- a/mail/lookout/Makefile
+++ b/mail/lookout/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lookout
 DISTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://catb.org/~esr/lookout/
 
@@ -12,10 +12,10 @@ USES=		python shebangfix
 NO_BUILD=	yes
 SHEBANG_FILES=	lookout
 
-PLIST_FILES=	bin/lookout man/man1/lookout.1.gz
+PLIST_FILES=	bin/lookout share/man/man1/lookout.1.gz
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>



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