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 /games/golddig | |
parent | PORTNAME/PORTVERSION stuff (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 'games/golddig')
-rw-r--r-- | games/golddig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile index 41eb0d87323e..84adbff661d0 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: golddig -# Version required: 2 # Date created: 20 November 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= golddig2 -PKGNAME= golddig-2.0 +PORTNAME= golddig +PORTVERSION= 2.0 CATEGORIES= games MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ +DISTNAME= golddig2 EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org |