git: 458a012cfb33 - main - mail/lookout: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:07:08 UTC
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>