diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/dgd-net | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/dgd-net')
-rw-r--r-- | net/dgd-net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index 6782606..6840fca 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: dgd-net -# Version required: 1.1 # Date created: 17 June 1996 # Whom: adam # # $FreeBSD$ # -DISTNAME= dgd-net-1.1p6 -DISTFILES= dgd-1.1.tar.gz +PORTNAME= dgd-net +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/ +DISTFILES= dgd-1.1.tar.gz PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \ ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \ |