From f1fb488f15572b1ebde857e18e226810aa084e16 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 27 Oct 2021 15:03:26 +0000 Subject: [PATCH] drop bogus force flag from post-install and zap extra space from DESCR while here --- productivity/taskwarrior/Makefile | 7 +++---- productivity/taskwarrior/pkg/DESCR | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/productivity/taskwarrior/Makefile b/productivity/taskwarrior/Makefile index b8b041e5c46..49cfdcc7499 100644 --- a/productivity/taskwarrior/Makefile +++ b/productivity/taskwarrior/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2021/03/07 13:33:21 zhuk Exp $ +# $OpenBSD: Makefile,v 1.36 2021/10/27 15:03:26 jasper Exp $ COMMENT = command line todo list manager @@ -6,11 +6,10 @@ VERSION = 2.5.3 DISTNAME = task-${VERSION} PKGNAME = taskwarrior-${VERSION} CATEGORIES = productivity +REVISION = 0 HOMEPAGE = https://www.taskwarrior.org/ -MAINTAINER = Jasper Lievisse Adriaanse - MASTER_SITES = https://www.taskwarrior.org/download/ # MIT @@ -70,6 +69,6 @@ post-install: ${PREFIX}/share/vim/vimfiles/syntax/ ${INSTALL_DATA} ${PREFIX}/share/doc/taskwarrior/scripts/vim/syntax/taskrc.vim \ ${PREFIX}/share/vim/vimfiles/syntax/ - rm -rf ${PREFIX}/share/doc/taskwarrior/scripts/{vim,bash,fish} + rm -r ${PREFIX}/share/doc/taskwarrior/scripts/{vim,bash,fish} .include diff --git a/productivity/taskwarrior/pkg/DESCR b/productivity/taskwarrior/pkg/DESCR index 926d99504ac..2574fc4c78c 100644 --- a/productivity/taskwarrior/pkg/DESCR +++ b/productivity/taskwarrior/pkg/DESCR @@ -1,4 +1,4 @@ Taskwarrior is a command line todo list manager. It maintains a list of tasks that you want to do, allowing you to add/remove, and otherwise -manipulate them. Task has a rich list of subcommands that allow you to +manipulate them. Task has a rich list of subcommands that allow you to do various things with it.