summaryrefslogtreecommitdiff
path: root/benchmarks/xengine
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-02-19 04:22:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-02-19 04:22:01 +0000
commitdc33ae23b4ebd3264ce8ec39bfbc418eea9508c2 (patch)
tree05e7dcdd16061b371d73a19bca21f888f4a0d10b /benchmarks/xengine
parentturn on jive (diff)
EXTRACT_SUFX is not necessary when DISTFILES is already specified.
While I'm here, attempt to use more standard variables (PATCH*) in the pre-patch command (patch is in shar format).
Notes
Notes: svn path=/head/; revision=5689
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 37610c3917cc..2fe7d133a0df 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 January 1997
# Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/17 05:01:18 obrien Exp $
#
PKGNAME= xengine-1.0.1
@@ -20,12 +20,12 @@ NO_WRKSUBDIR= yes
USE_IMAKE= yes
EXTRACT_CMD= zcat
-EXTRACT_SUFX= .z
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
+PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below
pre-patch:
- @cd $(WRKSRC) ; patch < xengine.patch1
+ @cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
post-install:
.if !defined(NOPORTDOCS)