svn commit: r394520 - head/deskutils/taskwarrior
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 17 18:48:41 UTC 2015
Author: amdmi3
Date: Mon Aug 17 18:48:40 2015
New Revision: 394520
URL: https://svnweb.freebsd.org/changeset/ports/394520
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/deskutils/taskwarrior/Makefile
Modified: head/deskutils/taskwarrior/Makefile
==============================================================================
--- head/deskutils/taskwarrior/Makefile Mon Aug 17 18:30:03 2015 (r394519)
+++ head/deskutils/taskwarrior/Makefile Mon Aug 17 18:48:40 2015 (r394520)
@@ -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
More information about the svn-ports-all
mailing list