summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2020-09-02 22:16:48 +0000
committerkim <kim@pkgsrc.org>2020-09-02 22:16:48 +0000
commita17b1ada68ab64a1f7235a78fe10a4512cc671b9 (patch)
tree81e6074bf50a94b17b24967d92494b5b6ef22c8d /games
parentebef6ad9a248c23161c3ae2645da256360ea4864 (diff)
downloadpkgsrc-a17b1ada68ab64a1f7235a78fe10a4512cc671b9.tar.gz
Use http with ftp.funet.fi
Diffstat (limited to 'games')
-rw-r--r--games/moria/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile
index 10efec66a39..f152643c59e 100644
--- a/games/moria/Makefile
+++ b/games/moria/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/01/15 09:54:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2020/09/02 22:16:48 kim Exp $
DISTNAME= um5.5.2
PKGNAME= moria-5.5.2
@@ -6,7 +6,7 @@ PKGREVISION= 6
CATEGORIES= games
# The "offical" master site has lost the pub/Games directory.
#MASTER_SITES= ftp://ftp.cis.ksu.edu/pub/Games/Moria/source/
-MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/moria/source/
+MASTER_SITES= http://ftp.funet.fi/pub/unix/games/moria/source/
EXTRACT_SUFX= .tar.Z
MAINTAINER= simonb@NetBSD.org