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/ifm | |
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/ifm')
-rw-r--r-- | games/ifm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 00a52b6528e2..4bb8ba5839ce 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: ifm -# Version required: 3.0 # Date created: Mon Oct 12 12:32:07 EDT 1998 # Whom: Dave Chapeskie <dchapes@ddm.on.ca> # # $FreeBSD$ # -DISTNAME= ifm41 -PKGNAME= ifm-4.1 +PKGNAME= ifm +PORTVERSION= 4.1 CATEGORIES= games MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/ MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/ \ @@ -16,6 +15,7 @@ MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/ \ ftp://ftp.funet.fi/pub/misc/if-archive/mapping-tools/ \ ftp://mirror.aarnet.edu.au/pub/if-archive/mapping-tools/ \ ftp://ftp.nodomainname.net/pub/mirrors/if-archive/mapping-tools/ +DISTNAME= ifm41 EXTRACT_SUFX= .tgz MAINTAINER= dchapes@ddm.on.ca |