diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-29 00:23:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-29 00:23:21 +0800 |
commit | 21662bcc485774ab6390a560e70fadd3d5a161d7 (patch) | |
tree | 5cb2003e004110a167b2fabe79a822e86f22ea52 /deskutils | |
parent | df9b884f182dbc465286088de23ad7b7a1d6bea5 (diff) | |
download | freebsd-ports-gnome-21662bcc485774ab6390a560e70fadd3d5a161d7.tar.gz freebsd-ports-gnome-21662bcc485774ab6390a560e70fadd3d5a161d7.tar.zst freebsd-ports-gnome-21662bcc485774ab6390a560e70fadd3d5a161d7.zip |
- Fix MASTER_SITES (unfetchable after r404654)
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 d9beef1441ff..9f761f36f1a4 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.10 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ DISTNAME= todo.txt_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org |