aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-06 09:20:47 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-06 10:48:38 +0000
commitc04cad8c4d0fc7da4ce91f5605d7a49790caa706 (patch)
tree84821dc481e36c55011a395eb6f0c5c4389d07a3
parent29d1843fa274c343599b8fbffa744e9eb3efeede (diff)
downloadports-c04cad8c4d0fc7da4ce91f5605d7a49790caa706.tar.gz
ports-c04cad8c4d0fc7da4ce91f5605d7a49790caa706.zip
devel/kcov: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/kcov/Makefile6
1 files 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 \