git: aa33f03749c5 - main - devel/blame: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 14:51:32 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa33f03749c5e1e9fa2933a0515069a6693b5c30 commit aa33f03749c5e1e9fa2933a0515069a6693b5c30 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-05 13:31:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-05 14:51:13 +0000 devel/blame: Move man pages to share/man Approved by: portmgr (blanket) --- devel/blame/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/blame/Makefile b/devel/blame/Makefile index e9bb5cce6c70..bd01f9ccf1d4 100644 --- a/devel/blame/Makefile +++ b/devel/blame/Makefile @@ -1,5 +1,6 @@ PORTNAME= blame DISTVERSION= 1.4-20240206 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://invisible-island.net/archives/rcs-blame/ @@ -12,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check PLIST_FILES= bin/blame \ - man/man1/blame.1.gz + share/man/man1/blame.1.gz .include <bsd.port.mk>