diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-03-18 23:12:16 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2017-03-18 23:12:16 +0800 |
commit | 78868cfc167ad437e213c8825681be95f23451c1 (patch) | |
tree | 21bb39f6ab79f18af304e038602482d63c3acfb1 /games | |
parent | 97fd6e8f0fc1ffbdc817d675c72cadb8cb485423 (diff) | |
download | freebsd-ports-gnome-78868cfc167ad437e213c8825681be95f23451c1.tar.gz freebsd-ports-gnome-78868cfc167ad437e213c8825681be95f23451c1.tar.zst freebsd-ports-gnome-78868cfc167ad437e213c8825681be95f23451c1.zip |
add https:// master site to games/tome4 now that it's available
Diffstat (limited to 'games')
-rw-r--r-- | games/tome4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index a81a722dfe38..6d18b5bb6b43 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -4,7 +4,8 @@ PORTNAME= tome4 PORTVERSION= 1.5.1 CATEGORIES= games -MASTER_SITES= http://te4.org/dl/t-engine/ \ +MASTER_SITES= https://te4.org/dl/t-engine/ \ + http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons DISTFILES= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons |