mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/taskwarrior: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
8000c231b5
commit
a22a7a09b3
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= taskwarrior
|
PORTNAME= taskwarrior
|
||||||
PORTVERSION= 2.6.2
|
PORTVERSION= 2.6.2
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
|
|
||||||
MAINTAINER= skreuzer@FreeBSD.org
|
MAINTAINER= skreuzer@FreeBSD.org
|
||||||
|
@ -22,8 +23,8 @@ GH_TAGNAME= 8baf2db:libshared
|
||||||
GH_SUBDIR= src/libshared:libshared
|
GH_SUBDIR= src/libshared:libshared
|
||||||
|
|
||||||
CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
|
CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
|
||||||
-DTASK_MAN1DIR:STRING=man/man1 \
|
-DTASK_MAN1DIR:STRING=share/man/man1 \
|
||||||
-DTASK_MAN5DIR:STRING=man/man5 \
|
-DTASK_MAN5DIR:STRING=share/man/man5 \
|
||||||
-DCMAKE_BUILD_TYPE=release
|
-DCMAKE_BUILD_TYPE=release
|
||||||
|
|
||||||
SHEBANG_FILES= scripts/*/*.pl \
|
SHEBANG_FILES= scripts/*/*.pl \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
bin/task
|
bin/task
|
||||||
man/man1/task.1.gz
|
share/man/man1/task.1.gz
|
||||||
man/man5/task-color.5.gz
|
share/man/man5/task-color.5.gz
|
||||||
man/man5/task-sync.5.gz
|
share/man/man5/task-sync.5.gz
|
||||||
man/man5/taskrc.5.gz
|
share/man/man5/taskrc.5.gz
|
||||||
%%DATADIR%%/AUTHORS
|
%%DATADIR%%/AUTHORS
|
||||||
%%DATADIR%%/COPYING
|
%%DATADIR%%/COPYING
|
||||||
%%DATADIR%%/ChangeLog
|
%%DATADIR%%/ChangeLog
|
||||||
|
|
Loading…
Add table
Reference in a new issue