summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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