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/gtetrinet | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) | |
download | ports-a7f42416d7a766482b1e0d1d8b9055c917426356.tar.gz ports-a7f42416d7a766482b1e0d1d8b9055c917426356.zip |
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/gtetrinet')
-rw-r--r-- | games/gtetrinet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index fb52b01fb319..9c1fa4a7ca23 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: gtetrinet -# Version required: 0.4 # Date created: 27 Feb 2000 # Whom: Dan Papasian <bugg@bugg.strangled.net> # # $FreeBSD$ -DISTNAME= gtetrinet-0.4 +PORTNAME= gtetrinet +PORTVERSION= 0.4 CATEGORIES= games MASTER_SITES= http://gtetrinet.netpedia.net/cgi-bin/download.cgi/ |