svn commit: r339084 - head/deskutils/taskwarrior
Pietro Cerutti
gahr at FreeBSD.org
Wed Jan 8 10:11:56 UTC 2014
Author: gahr
Date: Wed Jan 8 10:11:55 2014
New Revision: 339084
URL: http://svnweb.freebsd.org/changeset/ports/339084
Log:
- STAGE-clean
- USES=shebangfix
Modified:
head/deskutils/taskwarrior/Makefile
head/deskutils/taskwarrior/pkg-plist
Modified: head/deskutils/taskwarrior/Makefile
==============================================================================
--- head/deskutils/taskwarrior/Makefile Wed Jan 8 10:11:20 2014 (r339083)
+++ head/deskutils/taskwarrior/Makefile Wed Jan 8 10:11:55 2014 (r339084)
@@ -12,13 +12,13 @@ COMMENT= A framework for supercharged ta
WRKSRC= ${WRKDIR}/task-${PORTVERSION}
-USES= cmake:outsource
+USES= cmake:outsource shebangfix
+SHEBANG_FILES= scripts/*/*.pl \
+ scripts/*/*.rb \
+ scripts/*/*.py \
+ doc/rc/refresh
CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
-DTASK_MAN1DIR:STRING=man/man1 \
-DTASK_MAN5DIR:STRING=man/man5
-MAN1= task.1
-MAN5= taskrc.5 task-faq.5 task-color.5 task-sync.5 task-tutorial.5
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/deskutils/taskwarrior/pkg-plist
==============================================================================
--- head/deskutils/taskwarrior/pkg-plist Wed Jan 8 10:11:20 2014 (r339083)
+++ head/deskutils/taskwarrior/pkg-plist Wed Jan 8 10:11:55 2014 (r339084)
@@ -1,4 +1,10 @@
bin/task
+man/man1/task.1.gz
+man/man5/taskrc.5.gz
+man/man5/task-faq.5.gz
+man/man5/task-color.5.gz
+man/man5/task-sync.5.gz
+man/man5/task-tutorial.5.gz
%%DATADIR%%/AUTHORS
%%DATADIR%%/COPYING
%%DATADIR%%/ChangeLog
More information about the svn-ports-all
mailing list