diff options
author | adam <adam@FreeBSD.org> | 1996-11-13 15:06:00 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-11-13 15:06:00 +0000 |
commit | ad94e6779b4913dbdf0a2efed62935aa13b089b5 (patch) | |
tree | e70ce092e1898cc0c10748fb86d4f20c3cf1952f /net/dgd/Makefile | |
parent | fe2c88e2cde9cac55362246d58c90cea187b6db6 (diff) | |
download | FreeBSD-ports-ad94e6779b4913dbdf0a2efed62935aa13b089b5.zip FreeBSD-ports-ad94e6779b4913dbdf0a2efed62935aa13b089b5.tar.gz |
1.0.91 --> 1.0.93
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r-- | net/dgd/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index eb9c2ad..1b9755e 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -3,17 +3,18 @@ # Date created: 23 August 1994 # Whom: adam # -# $Id: Makefile,v 1.56 1996/11/06 16:45:39 adam Exp $ +# $Id: Makefile,v 1.57 1996/11/06 21:42:11 adam Exp $ # -DISTNAME= dgd-1.0.91 +DISTNAME= dgd-1.0.93 DISTFILES= dgd-1.0.91.tar.gz CATEGORIES= net lang MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/ -#PATCH_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/patches/ \ -# ftp.veda.is:/pub/mud/dgd/patches/ -#PATCHFILES= 1.0.91-1.0.92.gz +PATCH_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/patches/ \ + ftp.veda.is:/pub/mud/dgd/patches/ +PATCHFILES= 1.0.91-1.0.92.gz \ + 1.0.92-1.0.93.gz MAINTAINER= adam@veda.is |