diff options
author | nia <nia@pkgsrc.org> | 2019-07-10 10:32:56 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-10 10:32:56 +0000 |
commit | fc5da5e5c4f2c8a26f74ebfe9c637b07d48cf783 (patch) | |
tree | 5f60888bd17362d8a82b786c265198bf5263a71c /games/openttd | |
parent | bb9a6e11940a242469ef32646be8aa1f5a8a9e28 (diff) | |
download | pkgsrc-fc5da5e5c4f2c8a26f74ebfe9c637b07d48cf783.tar.gz |
Use https for openttd.org.
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 4b20cb1f9d6..f88da8dfcfe 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2019/05/27 11:19:22 tnn Exp $ +# $NetBSD: Makefile,v 1.80 2019/07/10 10:32:56 nia Exp $ DISTNAME= openttd-1.9.1-source PKGNAME= ${DISTNAME:S/-source//} @@ -7,7 +7,7 @@ MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${PKGVERSION_N EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.openttd.org/ +HOMEPAGE= https://www.openttd.org/ COMMENT= Open source clone of Transport Tycoon Deluxe LICENSE= gnu-gpl-v2 |