diff options
author | asami <asami@FreeBSD.org> | 1996-02-08 10:13:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-08 10:13:38 +0800 |
commit | 0bfa0e011644c5696ef41f5b8dd9eec15966928c (patch) | |
tree | 18902369e02cc301325babe835401f6368b9175e /net | |
parent | 1784814b445a105fb7f17a6ea9de91e50f650512 (diff) | |
download | freebsd-ports-gnome-0bfa0e011644c5696ef41f5b8dd9eec15966928c.tar.gz freebsd-ports-gnome-0bfa0e011644c5696ef41f5b8dd9eec15966928c.tar.zst freebsd-ports-gnome-0bfa0e011644c5696ef41f5b8dd9eec15966928c.zip |
Update "version required" comment to match the version required.
Move around variables in an attempt to make this a little closer to
standard. Delete unnecessary DISTFILES.
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index ee6e038be1f2..113363a715b3 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: dgd -# Version required: 1.0.9 +# Version required: 1.0.37 # Date created: 23 August 1994 # Whom: adam # -# $Id$ +# $Id: Makefile,v 1.35 1996/02/08 00:30:29 adam Exp $ # DISTNAME= dgd-1.0.37 -DISTFILES= ${DISTNAME}.tar.gz -#PATCHFILES= 1.0.9-1.0.9.1.gz +CATEGORIES= net lang MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/ + #PATCH_SITES= ftp.veda.is:/pub/mud/dgd/patches/ -CATEGORIES= net lang +#PATCHFILES= 1.0.9-1.0.9.1.gz MAINTAINER= adam@veda.is |