diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-02-19 04:22:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-02-19 04:22:01 +0000 |
commit | dc33ae23b4ebd3264ce8ec39bfbc418eea9508c2 (patch) | |
tree | 05e7dcdd16061b371d73a19bca21f888f4a0d10b /benchmarks | |
parent | f51e69df170a128884e9abb06ac5115ebb5603d1 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/xengine/Makefile | 6 |
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) |