mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
devel/kcov: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
29d1843fa2
commit
c04cad8c4d
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue