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/imaze/Makefile | |
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/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index cde637c3655c..e781d2f9b23a 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: imaze -# Version required: 1.3 # Date created: 27. April 1996 # Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de> # # $FreeBSD$ # -DISTNAME= imaze -PKGNAME= imaze-1.3 +PKGNAME= imaze +PORTVERSION= 1.3 CATEGORIES= games MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/ \ ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/sounds/ |