summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1997-01-08 11:42:00 +0000
committerAdam David <adam@FreeBSD.org>1997-01-08 11:42:00 +0000
commitd88558f255f8f2dfb06c8e7f3d311b9a16d4c342 (patch)
tree595b850e7560b3c1c1cc3c841e992ca54ad9724f
parentNew patch: (diff)
use URL file syntax
added backup distribution site
Notes
Notes: svn path=/head/; revision=5263
-rw-r--r--net/dgd-lpmud/Makefile5
-rw-r--r--net/dgd-net/Makefile12
-rw-r--r--net/dgd/Makefile10
3 files changed, 16 insertions, 11 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index 1feb8f1ddca8..cef6d8d5c6be 100644
--- a/net/dgd-lpmud/Makefile
+++ b/net/dgd-lpmud/Makefile
@@ -3,13 +3,14 @@
# Date created: 10 November 1994
# Whom: adam
#
-# $Id: Makefile,v 1.17 1996/12/08 09:48:56 max Exp $
+# $Id: Makefile,v 1.18 1997/01/08 08:09:56 adam Exp $
#
DISTNAME= dgd-lpmud
PKGNAME= dgd-lpmud-2.4.5
CATEGORIES= net devel games
-MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
+ ftp://ftp.dreamlabs.com/pub/mud/dgd/mudlibs/
DISTFILES= 2.4.5-for-1.1.tgz
MAINTAINER= adam@veda.is
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile
index eaff1e48159c..8198aa2910ba 100644
--- a/net/dgd-net/Makefile
+++ b/net/dgd-net/Makefile
@@ -3,17 +3,19 @@
# Date created: 17 June 1996
# Whom: adam
#
-# $Id: Makefile,v 1.16 1997/01/01 05:19:06 adam Exp $
+# $Id: Makefile,v 1.17 1997/01/02 06:23:22 adam Exp $
#
DISTNAME= dgd-net-1.0.97
DISTFILES= dgd-1.0.91.tar.gz
CATEGORIES= net lang
-MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
+ ftp://ftp.dreamlabs.com/pub/mud/dgd/
-PATCH_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/patches/ \
- ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/pkg/ \
- ftp.veda.is:/pub/mud/dgd/patches/
+PATCH_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \
+ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/pkg/ \
+ ftp://ftp.veda.is/pub/mud/dgd/patches/ \
+ ftp://ftp.dreamlabs.com/pub/mud/dgd/patches/
PATCHFILES= 1.0.91-1.0.92.gz \
1.0.92-1.0.93.gz \
1.0.93-1.0.94.gz \
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index fdc303a69120..d070772681cc 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -3,16 +3,18 @@
# Date created: 23 August 1994
# Whom: adam
#
-# $Id: Makefile,v 1.62 1996/12/11 21:04:50 adam Exp $
+# $Id: Makefile,v 1.63 1996/12/21 12:07:34 adam Exp $
#
DISTNAME= dgd-1.0.97
DISTFILES= dgd-1.0.91.tar.gz
CATEGORIES= net lang
-MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
+ ftp://ftp.dreamlabs.com/pub/mud/dgd/
-PATCH_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/patches/ \
- ftp.veda.is:/pub/mud/dgd/patches/
+PATCH_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \
+ ftp://ftp.veda.is/pub/mud/dgd/patches/ \
+ ftp://ftp.dreamlabs.com/pub/mud/dgd/patches/
PATCHFILES= 1.0.91-1.0.92.gz \
1.0.92-1.0.93.gz \
1.0.93-1.0.94.gz \