aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-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)