aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-01-30 06:00:24 +0800
committerats <ats@FreeBSD.org>1995-01-30 06:00:24 +0800
commit36db30140f89ca0e8b9dbffea8d178a288f990d3 (patch)
treec7a0a754b6ab3860b18b559867f62d8769b46bea
parent03eafe1e443c5816b5326c1991a6e1e9a55ce283 (diff)
downloadfreebsd-ports-36db30140f89ca0e8b9dbffea8d178a288f990d3.tar.gz
freebsd-ports-36db30140f89ca0e8b9dbffea8d178a288f990d3.tar.zst
freebsd-ports-36db30140f89ca0e8b9dbffea8d178a288f990d3.zip
Model the unshar extract after the working one in the iozone Makefile.
-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