diff options
author | ats <ats@FreeBSD.org> | 1995-01-30 06:00:24 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-30 06:00:24 +0800 |
commit | 36db30140f89ca0e8b9dbffea8d178a288f990d3 (patch) | |
tree | c7a0a754b6ab3860b18b559867f62d8769b46bea /games/xasteroids | |
parent | 03eafe1e443c5816b5326c1991a6e1e9a55ce283 (diff) | |
download | freebsd-ports-graphics-36db30140f89ca0e8b9dbffea8d178a288f990d3.tar.gz freebsd-ports-graphics-36db30140f89ca0e8b9dbffea8d178a288f990d3.tar.zst freebsd-ports-graphics-36db30140f89ca0e8b9dbffea8d178a288f990d3.zip |
Model the unshar extract after the working one in the iozone Makefile.
Diffstat (limited to 'games/xasteroids')
-rw-r--r-- | games/xasteroids/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 0c4b320a2bc..019bc405c3c 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 |