aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/xengine
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 16:56:56 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 16:56:56 +0000
commitd9d63d1956d0bf5d0985ba59fdff92d97b8e4998 (patch)
tree4833bce4438fb6f44c2457bffb2e61fb911c32d8 /benchmarks/xengine
parent990459102625aea0054344560dfb49679a990f87 (diff)
downloadports-d9d63d1956d0bf5d0985ba59fdff92d97b8e4998.tar.gz
ports-d9d63d1956d0bf5d0985ba59fdff92d97b8e4998.zip
Notes
Diffstat (limited to 'benchmarks/xengine')
-rw-r--r--benchmarks/xengine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 3fa580fb4da3..46c6ba3aa3ad 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -24,14 +24,14 @@ NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice
-EXTRACT_CMD= gzcat
+EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= #empty
-EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
+EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR}
MAN1= xengine.1
pre-patch:
- @cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
+ @cd ${WRKSRC} ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
post-install:
.if !defined(NOPORTDOCS)