diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 05:51:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 05:51:15 +0000 |
commit | 32e188a238627ff5aaaf2086039d06c846322b33 (patch) | |
tree | 5603d8695d6e6f41c5f96d73e7232f2e0706924f /games/xemeraldia | |
parent | 7a2e6ba6da5d60baf17047770d08e611fec0bca7 (diff) | |
download | ports-32e188a238627ff5aaaf2086039d06c846322b33.tar.gz ports-32e188a238627ff5aaaf2086039d06c846322b33.zip |
I probably shouldn't depend on EXTRACT_* being defined to something...so
use "tar -xzf" instead.
Notes
Notes:
svn path=/head/; revision=1193
Diffstat (limited to 'games/xemeraldia')
-rw-r--r-- | games/xemeraldia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 514d4d9f11e6..0ef4e92fd4f7 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Mar 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/03/24 05:27:12 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/24 05:47:58 asami Exp $ # DISTNAME= xemeraldia-0.2 @@ -21,7 +21,7 @@ ${EXTRACT_COOKIE}: @(cd ${DISTDIR}; zcat ${DISTFILES} | uudecode) @rm -rf ${WRKDIR} @mkdir -p ${WRKDIR} - @(cd ${WRKDIR}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + @(cd ${WRKDIR}; tar -xzf \ ${DISTDIR}/${DISTNAME}.tar.gz) @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE} |