mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -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
|
PORTNAME= kcov
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 37
|
DISTVERSION= 37
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= asomers@FreeBSD.org
|
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
|
# Remove -DPORTVERSION (and associated patch) when basing the port on an
|
||||||
# official release
|
# official release
|
||||||
CMAKE_ARGS= -DKCOV_INSTALL_MANDIR=${PREFIX}/man -DPORTVERSION=${PORTVERSION}
|
CMAKE_ARGS= -DPORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
SHEBANG_GLOB= *.py
|
SHEBANG_GLOB= *.py
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= SimonKagstrom
|
GH_ACCOUNT= SimonKagstrom
|
||||||
|
|
||||||
PLIST_FILES= bin/kcov \
|
PLIST_FILES= bin/kcov \
|
||||||
man/man1/kcov.1.gz
|
share/man/man1/kcov.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
PORTDOCS= COPYING.externals \
|
PORTDOCS= COPYING.externals \
|
||||||
|
|
Loading…
Add table
Reference in a new issue