diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 23:46:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 23:46:59 +0000 |
commit | 4cbcf32bdc5679cc5d5ccaba14b7341967aa2c28 (patch) | |
tree | 88a4de46f1b608f3280985a77a73cdd6cf5384d3 /benchmarks | |
parent | Remove share/latex2rtf on deinstall (diff) |
Don't install patch turds
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=50785
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lmbench/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index cf30f25fed8a..1e4a3074e765 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -47,6 +47,7 @@ pre-install: do-install: ${CP} ${FILESDIR}/Makefile ${PREFIX}/lib/lmbench + rm ${WRKSRC}/scripts/*.orig tar -C ${WRKSRC} -cf - Results bin scripts | \ tar -C ${PREFIX}/lib/lmbench -xf - .for man in ${MAN1} |