summaryrefslogtreecommitdiff
path: root/games/netrek-COW3-bin
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 12:28:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 12:28:40 +0000
commit2971a93e525324599461eda215641f9a624352d0 (patch)
tree17c2ee6d6c0d04729c11b3bc5f6921df0a881bb7 /games/netrek-COW3-bin
parentConvert to PORTNAME/PORTVERSION. lfview had an invalid version (diff)
Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
Notes
Notes: svn path=/head/; revision=27515
Diffstat (limited to 'games/netrek-COW3-bin')
-rw-r--r--games/netrek-COW3-bin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/netrek-COW3-bin/Makefile b/games/netrek-COW3-bin/Makefile
index ca6e81a6b77d..43dcc1bd8d93 100644
--- a/games/netrek-COW3-bin/Makefile
+++ b/games/netrek-COW3-bin/Makefile
@@ -1,16 +1,15 @@
# New ports collection makefile for: netrek
-# Version required: COW 3.00pl0
# Date created: 15 Mar 1999
# Whom: Donald Burr <dburr@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= COW.3.00pl0.FreeBSD
-PKGNAME= netrek-COW-3.00p0
+PORTNAME= netrek-COW
+PORTVERSION= 3.00.0
CATEGORIES= games
MASTER_SITES= ftp://bigbang.astro.indiana.edu/pub/netrek/COW/COW-bin/
-EXTRACT_SUFX= .gz
+DISTFILES= COW.3.00pl0.FreeBSD.gz
MAINTAINER= dburr@FreeBSD.org
@@ -20,7 +19,7 @@ NO_WRKSUBDIR= YES
do-extract:
${MKDIR} ${WRKDIR}
- ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netrek
+ ${GUNZIP_CMD} < ${DISTDIR}/${DISTFILES} > ${WRKDIR}/netrek
do-install:
${INSTALL} -c -o root -g wheel -m 555 ${WRKDIR}/netrek ${PREFIX}/bin