diff options
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r-- | net/dgd/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
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 \ |