git: 093c4ec1119f - main - news/newsfish: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 11:33:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=093c4ec1119f8fabfc685539d1a3ed2491d6be25 commit 093c4ec1119f8fabfc685539d1a3ed2491d6be25 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:23:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:37 +0000 news/newsfish: Moved man to share/man Approved by: portmgr (blanket) --- news/newsfish/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index d01ff73f4f3b..f13ba8d64355 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -1,5 +1,6 @@ PORTNAME= newsfish PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF @@ -9,8 +10,9 @@ WWW= https://www.saddi.com/software/newsfish/ USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/newsfish \ - man/man1/newsfish.1.gz + share/man/man1/newsfish.1.gz .include <bsd.port.mk>