diff options
author | Adam David <adam@FreeBSD.org> | 1997-07-31 02:13:02 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1997-07-31 02:13:02 +0000 |
commit | 4523447429235990fa12e67ace1afa789b9bd040 (patch) | |
tree | bbb185ac822493fe77b824bcc257b4bafdf925a9 /net/dgd-net | |
parent | 087490418cc79f079fd2261fe7128fdfdfec092b (diff) | |
download | ports-4523447429235990fa12e67ace1afa789b9bd040.tar.gz ports-4523447429235990fa12e67ace1afa789b9bd040.zip |
Notes
Diffstat (limited to 'net/dgd-net')
-rw-r--r-- | net/dgd-net/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index 572294c7ea73..7ef66ae62c8f 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -3,24 +3,27 @@ # Date created: 17 June 1996 # Whom: adam # -# $Id: Makefile,v 1.26 1997/06/13 03:14:06 adam Exp $ +# $Id: Makefile,v 1.27 1997/07/01 02:37:49 adam Exp $ # -DISTNAME= dgd-net-1.1p3 +DISTNAME= dgd-net-1.1p4 DISTFILES= dgd-1.1.tar.gz CATEGORIES= net lang -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ +MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ + ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.veda.is/pub/mud/dgd/ \ ftp://ftp.dreamlabs.com/pub/mud/dgd/ -PATCH_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \ +PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \ + 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= net-10.dgd-1.1.gz \ 1.1p1.gz \ 1.1p2.gz \ - 1.1p3.gz + 1.1p3.gz \ + 1.1p4.gz MAINTAINER= adam@veda.is |