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
@ -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 <jasper@openbsd.org>
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 <bsd.port.mk>