git: c04cad8c4d0f - main - devel/kcov: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 10:48:56 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=c04cad8c4d0fc7da4ce91f5605d7a49790caa706 commit c04cad8c4d0fc7da4ce91f5605d7a49790caa706 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-06 09:20:47 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-06 10:48:38 +0000 devel/kcov: Move man pages to share/man Approved by: portmgr (blanket) --- devel/kcov/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/kcov/Makefile b/devel/kcov/Makefile index cbea92e7f42a..52daaeca2302 100644 --- a/devel/kcov/Makefile +++ b/devel/kcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= kcov DISTVERSIONPREFIX= v DISTVERSION= 37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= asomers@FreeBSD.org @@ -24,7 +24,7 @@ USES= cmake shebangfix python:build gettext-runtime # Remove -DPORTVERSION (and associated patch) when basing the port on an # official release -CMAKE_ARGS= -DKCOV_INSTALL_MANDIR=${PREFIX}/man -DPORTVERSION=${PORTVERSION} +CMAKE_ARGS= -DPORTVERSION=${PORTVERSION} SHEBANG_GLOB= *.py @@ -32,7 +32,7 @@ USE_GITHUB= yes GH_ACCOUNT= SimonKagstrom PLIST_FILES= bin/kcov \ - man/man1/kcov.1.gz + share/man/man1/kcov.1.gz OPTIONS_DEFINE= DOCS PORTDOCS= COPYING.externals \