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/icbm3d | |
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/icbm3d')
-rw-r--r-- | games/icbm3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile index e97594312a33..e66c06a151f9 100644 --- a/games/icbm3d/Makefile +++ b/games/icbm3d/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: icbm3d -# Version required: 0.4 # Date created: 20 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= icbm3d.0.4 -PKGNAME= icbm3d-0.4 +PORTNAME= icbm3d +PORTVERSION= 0.4 CATEGORIES= games MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/ +DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org |