diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | a7f42416d7a766482b1e0d1d8b9055c917426356 (patch) | |
tree | a9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /net | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Notes
Notes:
svn path=/head/; revision=27508
Diffstat (limited to 'net')
-rw-r--r-- | net/kmud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile index 3cbb091b74d2..3af90288f83e 100644 --- a/net/kmud/Makefile +++ b/net/kmud/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: KMud -# Version required: 0.3 # Date created: 31 Oct 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= kmud-0.3 +PORTNAME= kmud +PORTVERSION= 0.3 CATEGORIES= games MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/ |