summaryrefslogtreecommitdiff
path: root/games/jetpack/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-14 06:53:26 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-14 06:53:26 +0000
commita7f42416d7a766482b1e0d1d8b9055c917426356 (patch)
treea9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /games/jetpack/Makefile
parentPORTNAME/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/jetpack/Makefile')
-rw-r--r--games/jetpack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index a35f5b5424b5..77eaa2a96460 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: jetpack
-# Version required: ?
# Date created: 21 September 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= jetpack
-PKGNAME= jetpack-1.0
+PORTNAME= jetpack
+PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
-DISTFILES= jetpack.tar.Z
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org