diff options
author | mat <mat@FreeBSD.org> | 2015-12-28 22:42:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-28 22:42:50 +0800 |
commit | be1f4e7f8092155c638a5b58fe5645080c22863e (patch) | |
tree | 5889c5641faec21626f6226a753fba90f9f31733 /deskutils | |
parent | 02849fa461ea81535df6152598a03b9bfb312e42 (diff) | |
download | freebsd-ports-gnome-be1f4e7f8092155c638a5b58fe5645080c22863e.tar.gz freebsd-ports-gnome-be1f4e7f8092155c638a5b58fe5645080c22863e.tar.zst freebsd-ports-gnome-be1f4e7f8092155c638a5b58fe5645080c22863e.zip |
Don't use GH_TAGNAME when it can be created with DISTVERSION* variables.
Sponsored by: Absolight
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/todo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 2273b5952d56..d9beef1441ff 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -3,6 +3,7 @@ PORTNAME= todo PORTVERSION= 2.10 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ @@ -27,7 +28,6 @@ PLIST_FILES= bin/todo \ GH_ACCOUNT= ginatrapani GH_PROJECT= todo.txt-cli -GH_TAGNAME= v${PORTVERSION} SHEBANG_FILES= todo.sh todo_completion |