diff options
Diffstat (limited to 'deskutils/todo/Makefile')
| -rw-r--r-- | deskutils/todo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 4e2647bdb0cd..dcb5ef438d9d 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -1,5 +1,6 @@ PORTNAME= todo PORTVERSION= 2.13.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://github.com/todotxt/todo.txt-cli/releases/download/v${PORTVERSION}/ DISTNAME= todo.txt_cli-${PORTVERSION} @@ -18,19 +19,17 @@ USES= shebangfix NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= bin/todo \ +PLIST_FILES= bin/todo.sh \ etc/todo.cfg \ etc/bash_completion.d/todo -CONFLICTS_INSTALL= deforaos-todo devtodo # bin/todo - SHEBANG_FILES= todo.sh todo_completion post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/todo.sh do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${STAGEDIR}${PREFIX}/bin/todo + ${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${STAGEDIR}${PREFIX}/bin/todo.sh ${INSTALL_DATA} ${WRKSRC}/todo.cfg ${STAGEDIR}${PREFIX}/etc/todo.cfg ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/todo_completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/todo |
