drop bogus force flag from post-install and zap extra space from DESCR while here

This commit is contained in:
jasper 2021-10-27 15:03:26 +00:00
parent e46563d260
commit f1fb488f15
2 changed files with 4 additions and 5 deletions

View File

@ -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 COMMENT = command line todo list manager
@ -6,11 +6,10 @@ VERSION = 2.5.3
DISTNAME = task-${VERSION} DISTNAME = task-${VERSION}
PKGNAME = taskwarrior-${VERSION} PKGNAME = taskwarrior-${VERSION}
CATEGORIES = productivity CATEGORIES = productivity
REVISION = 0
HOMEPAGE = https://www.taskwarrior.org/ HOMEPAGE = https://www.taskwarrior.org/
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
MASTER_SITES = https://www.taskwarrior.org/download/ MASTER_SITES = https://www.taskwarrior.org/download/
# MIT # MIT
@ -70,6 +69,6 @@ post-install:
${PREFIX}/share/vim/vimfiles/syntax/ ${PREFIX}/share/vim/vimfiles/syntax/
${INSTALL_DATA} ${PREFIX}/share/doc/taskwarrior/scripts/vim/syntax/taskrc.vim \ ${INSTALL_DATA} ${PREFIX}/share/doc/taskwarrior/scripts/vim/syntax/taskrc.vim \
${PREFIX}/share/vim/vimfiles/syntax/ ${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 <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Taskwarrior is a command line todo list manager. It maintains a list of 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 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. do various things with it.