Skip to content

Commit

Permalink
devel/kcov: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 6, 2024
1 parent 29d1843 commit c04cad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/kcov/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kcov
DISTVERSIONPREFIX= v
DISTVERSION= 37
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel

MAINTAINER= asomers@FreeBSD.org
Expand All @@ -24,15 +24,15 @@ 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

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 \
Expand Down

0 comments on commit c04cad8

Please sign in to comment.