diff options
author | adam <adam@FreeBSD.org> | 1997-01-08 19:42:00 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1997-01-08 19:42:00 +0800 |
commit | 19977c3e9e84377b1880343afd0bdb7e69afabe3 (patch) | |
tree | bca6601985af8352a19b0b8260ced384522ee5e9 /net/dgd-net | |
parent | 6c9b3a2f193fda5f2894a9f57af60df984fc5c9f (diff) | |
download | freebsd-ports-gnome-19977c3e9e84377b1880343afd0bdb7e69afabe3.tar.gz freebsd-ports-gnome-19977c3e9e84377b1880343afd0bdb7e69afabe3.tar.zst freebsd-ports-gnome-19977c3e9e84377b1880343afd0bdb7e69afabe3.zip |
use URL file syntax
added backup distribution site
Diffstat (limited to 'net/dgd-net')
-rw-r--r-- | net/dgd-net/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
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 \ |