aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-26 23:46:08 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-26 23:46:08 +0000
commit70246250586db64662f58aac8e4d40f70fc53af5 (patch)
treeaa1fe937e410792f5750271fa3092c750aaed00c /benchmarks/unixbench
parentaa89f98fec6dae5728a9b170b7cb5fa03182c3da (diff)
downloadports-70246250586db64662f58aac8e4d40f70fc53af5.tar.gz
ports-70246250586db64662f58aac8e4d40f70fc53af5.zip
Remove *.orig files from the pgms directory so this deinstall's cleanly.
Notes
Notes: svn path=/head/; revision=13418
Diffstat (limited to 'benchmarks/unixbench')
-rw-r--r--benchmarks/unixbench/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile
index 3ace62c8ccc9..4bf6511dd101 100644
--- a/benchmarks/unixbench/Makefile
+++ b/benchmarks/unixbench/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 December 1995
# Whom: se
#
-# $Id: Makefile,v 1.5 1996/11/18 11:21:48 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/20 01:59:19 obrien Exp $
#
DISTNAME= bytebench-3.1
@@ -32,5 +32,6 @@ do-install:
chmod 755 $(PREFIX)/lib/bytebench/pgms/*
chmod 755 $(PREFIX)/lib/bytebench/results
chmod 755 $(PREFIX)/lib/bytebench/testdir
+ @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig
.include <bsd.port.mk>