diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-20 18:15:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-20 18:15:27 +0000 |
commit | 933a04c07056985d0527a5cf7da40f7ccbe15760 (patch) | |
tree | f79493317426da08bf4377cd07f5b150a5b99a01 /games/pingus/Makefile | |
parent | 87624aab339ad670a5e6a8cc4b62c9b01074abe0 (diff) | |
download | ports-933a04c07056985d0527a5cf7da40f7ccbe15760.tar.gz ports-933a04c07056985d0527a5cf7da40f7ccbe15760.zip |
Notes
Diffstat (limited to 'games/pingus/Makefile')
-rw-r--r-- | games/pingus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index eb49d23f8511..de908cf18e4d 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -5,9 +5,10 @@ PORTNAME= pingus PORTVERSION= 0.7.6 PORTREVISION= 16 CATEGORIES= games -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://mirror.amdmi3.ru/distfiles/ -PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/ +PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/ \ + https://mirror.amdmi3.ru/distfiles/ PATCHFILES= fef8cf6512fa.patch:-p1 MAINTAINER= amdmi3@FreeBSD.org |