diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 23:48:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 23:48:34 +0000 |
commit | a2e3eca2b9088bf6ba12a869613f6a390c2b0ad2 (patch) | |
tree | 4482bd73952b634eb89a845461df8c70955c2dca /benchmarks | |
parent | 4cbcf32bdc5679cc5d5ccaba14b7341967aa2c28 (diff) | |
download | ports-a2e3eca2b9088bf6ba12a869613f6a390c2b0ad2.tar.gz ports-a2e3eca2b9088bf6ba12a869613f6a390c2b0ad2.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lmbench/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 1e4a3074e765..d49208632700 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -47,8 +47,7 @@ pre-install: do-install: ${CP} ${FILESDIR}/Makefile ${PREFIX}/lib/lmbench - rm ${WRKSRC}/scripts/*.orig - tar -C ${WRKSRC} -cf - Results bin scripts | \ + tar --exclude \*.orig -C ${WRKSRC} -cf - Results bin scripts | \ tar -C ${PREFIX}/lib/lmbench -xf - .for man in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/doc/${man} ${PREFIX}/man/man1 |