git: d6d66087d9f2 - main - sysutils/pv: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:41 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6d66087d9f21ee35a8c17d2aea03cca3c9ca688 commit d6d66087d9f21ee35a8c17d2aea03cca3c9ca688 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 18:49:19 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 20:18:17 +0000 sysutils/pv: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/pv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 237f012d573b..b59e7fa9a4e0 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,5 +1,6 @@ PORTNAME= pv PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.ivarch.com/programs/sources/ @@ -14,9 +15,10 @@ USES= tar:bzip2 gmake CONFLICTS= waon GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ENV+= LD=${LD} -PLIST_FILES= bin/pv man/man1/pv.1.gz +PLIST_FILES= bin/pv share/man/man1/pv.1.gz PORTDOCS= README.md INSTALL NEWS.md TODO.md