diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-17 18:48:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-17 18:48:40 +0000 |
commit | 4d3859dcfee5ff7d4964c3b1728b17f0d4a3e288 (patch) | |
tree | 3a5ca171bf3732f15b85457e6ce3a4b2d9d9a69f /deskutils | |
parent | 4aa8917844c7ce123a67cc76420d1aa051832979 (diff) | |
download | ports-4d3859dcfee5ff7d4964c3b1728b17f0d4a3e288.tar.gz ports-4d3859dcfee5ff7d4964c3b1728b17f0d4a3e288.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/taskwarrior/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile index d6ae838b845e..552a6ff66f5b 100644 --- a/deskutils/taskwarrior/Makefile +++ b/deskutils/taskwarrior/Makefile @@ -3,6 +3,7 @@ PORTNAME= taskwarrior PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ DISTNAME= task-${PORTVERSION} @@ -33,7 +34,8 @@ USES= cmake:outsource shebangfix SHEBANG_FILES= scripts/*/*.pl \ scripts/*/*.rb \ scripts/*/*.py \ - doc/rc/refresh + doc/rc/refresh \ + scripts/bash/context CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \ -DTASK_MAN1DIR:STRING=man/man1 \ -DTASK_MAN5DIR:STRING=man/man5 |