diff options
author | asami <asami@FreeBSD.org> | 1995-07-20 20:47:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-20 20:47:02 +0000 |
commit | 3302f8afa7673562ec783cd6106697de8a006ea4 (patch) | |
tree | 77f2294fe2dd88ca5e1e547df1a2259b62fb3808 /games/xpilot | |
parent | d51b83e02419d62efb8175e07433ac9f8238700d (diff) | |
download | FreeBSD-ports-3302f8afa7673562ec783cd6106697de8a006ea4.zip FreeBSD-ports-3302f8afa7673562ec783cd6106697de8a006ea4.tar.gz |
Remove PKGNAME=xpilot. DISTNAME was set to xpilot-3.3.1, there's nothing
wrong with using that as a package name.
Convert Makefile from xasteroids to xpilot along the way. Josh, next
time look at the headers too. :)
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 4261d9b..8aecd00 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,13 +1,12 @@ -# New ports collection makefile for: xasteroids -# Version required: 5 -# Date created: 3 Jan 1995 -# Whom: swallace +# New ports collection makefile for: xpilot +# Version required: 3-3-1 +# Date created: 18 July 1995 +# Whom: jmacd # -# $Id: Makefile,v 1.5 1995/04/11 00:20:22 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/07/18 06:17:59 jmacd Exp $ # DISTNAME= xpilot-3.3.1 -PKGNAME= xpilot CATEGORIES+= games MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/ |