diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-18 15:12:16 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-18 15:12:16 +0000 |
commit | 7a37448f1b5407cf05d85bf0b041c15777c542d9 (patch) | |
tree | 21bb39f6ab79f18af304e038602482d63c3acfb1 | |
parent | math/amath: Update to version 1.7.0. (diff) |
add https:// master site to games/tome4 now that it's available
-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 |