From f6a02b6f52a2c18495fe794fbd5627d207eac343 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 17 Aug 2015 18:48:40 +0000 Subject: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- deskutils/taskwarrior/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deskutils/taskwarrior') 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 -- cgit