aboutsummaryrefslogtreecommitdiff
path: root/games/xasteroids
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-29 22:00:24 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-29 22:00:24 +0000
commitd9455136c31475a06b3c10085374cdbfaade7ac2 (patch)
treef6b55159b9611fa8b4857fc8e4c005646eb46c02 /games/xasteroids
parent58a28f907459d4d010e90218c4b2357bde6b26a8 (diff)
downloadports-d9455136c31475a06b3c10085374cdbfaade7ac2.tar.gz
ports-d9455136c31475a06b3c10085374cdbfaade7ac2.zip
Model the unshar extract after the working one in the iozone Makefile.
Notes
Notes: svn path=/head/; revision=849
Diffstat (limited to 'games/xasteroids')
-rw-r--r--games/xasteroids/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile
index 0c4b320a2bc4..019bc405c3cc 100644
--- a/games/xasteroids/Makefile
+++ b/games/xasteroids/Makefile
@@ -2,14 +2,14 @@
# Date created: 3 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $
+# $Id: Makefile,v 1.1.1.1 1995/01/04 08:56:17 swallace Exp $
#
DISTNAME= xasteroids
MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
EXTRACT_SUFX= .sh.Z
-EXTRACT_CMD= cd ${WRKDIR}; zcat ${DISTDIR}/xasteroids.sh.Z | sh -s
-EXTRACT_ARGS=
+EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
+EXTRACT_ARGS= <
USE_IMAKE= yes
INSTALL_MANPAGES= yes
NO_WRKSUBDIR= yes