diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-01-29 22:00:24 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-01-29 22:00:24 +0000 |
commit | d9455136c31475a06b3c10085374cdbfaade7ac2 (patch) | |
tree | f6b55159b9611fa8b4857fc8e4c005646eb46c02 /games/xasteroids/Makefile | |
parent | 58a28f907459d4d010e90218c4b2357bde6b26a8 (diff) | |
download | ports-d9455136c31475a06b3c10085374cdbfaade7ac2.tar.gz ports-d9455136c31475a06b3c10085374cdbfaade7ac2.zip |
Notes
Diffstat (limited to 'games/xasteroids/Makefile')
-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 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 |