diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-10-24 17:11:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-10-31 17:14:41 +0000 |
commit | 5722624b963781f82dbbb0948d3284f0a9b387df (patch) | |
tree | 3175173f83e6e5921e91854f96687bf4122f4711 /games | |
parent | 8243db6ed9c8608dc02528865ac76b105111e290 (diff) |
Diffstat (limited to 'games')
-rw-r--r-- | games/freedroidrpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 37d0fd2b61d6..decfd9f9d88c 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -2,8 +2,8 @@ PORTNAME= freedroidrpg PORTVERSION= 0.16.1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PORTVERSION:R}/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PORTVERSION:R}/ \ + https://mirror.amdmi3.ru/distfiles/ DISTNAME= freedroidRPG-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org |