diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
commit | 4750962a9f24bed87662ecb262de7343eeb4813f (patch) | |
tree | 2f9aa4e1816cbe9840b67225860dac9ecb87faa3 /games/ishido | |
parent | 6599d6b639f394c76bd685334176d0ea473272f6 (diff) | |
download | freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.gz freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.zst freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.zip |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Diffstat (limited to 'games/ishido')
-rw-r--r-- | games/ishido/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ishido/Makefile b/games/ishido/Makefile index 91cea5e08a89..7589671b7be7 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # New ports collection makefile for: ishido -# Version required: 1.1 # Date created: Wed June 24, 1998 # Whom: Steven H. Samorodin (samorodi@NUXI.com) # # $FreeBSD$ # -DISTNAME= ishido-1.1 +PORTNAME= ishido +PORTVERSION= 1.1 CATEGORIES= games MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ ftp://ftp.nuxi.com/pub/misc/ |