diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/dgd | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Notes
Diffstat (limited to 'net/dgd')
-rw-r--r-- | net/dgd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index faa4c018b0fe..9ff95f9d8fb3 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: dgd -# Version required: 1.1 # Date created: 23 August 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= dgd-1.1 -PKGNAME= dgd-1.1p6 +PORTNAME= dgd +PORTVERSION= 1.1.p6 CATEGORIES= net lang 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/ +DISTNAME= dgd-1.1 PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \ |