summaryrefslogtreecommitdiff
path: root/benchmarks/bytebench/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-18 06:02:56 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-18 06:02:56 +0000
commit19bc4199be3b6982703166b2f3d3b6552f1d4817 (patch)
treead1ddc2a97406debda370f309f403d67154c92b1 /benchmarks/bytebench/Makefile
parentUpdate to the latest version. Dan Nelson is now the maintainer, since (diff)
Fix some portlint problems. echo -> ${ECHO}, fill in version required
and shorten DESCR.
Notes
Notes: svn path=/head/; revision=20257
Diffstat (limited to 'benchmarks/bytebench/Makefile')
-rw-r--r--benchmarks/bytebench/Makefile42
1 files changed, 21 insertions, 21 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index 4bf6511dd101..a2d4089814d2 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: bytebench
-# Version required:
+# Version required: 3.1
# Date created: 28 December 1995
# Whom: se
#
-# $Id: Makefile,v 1.6 1996/11/20 01:59:19 obrien Exp $
+# $Id: Makefile,v 1.7 1998/09/26 23:46:08 steve Exp $
#
DISTNAME= bytebench-3.1
@@ -14,24 +14,24 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= se@FreeBSD.org
do-install:
- -${MKDIR} $(PREFIX)/lib/bytebench
- for f in Makefile README Run doc pgms results testdir; \
- do ${CP} -R $(WRKSRC)/$$f $(PREFIX)/lib/bytebench; done
- echo "#!/bin/sh" > $(PREFIX)/bin/bytebench
- echo "TMPDIR=\$${TMPDIR-/var/tmp}" >> $(PREFIX)/bin/bytebench
- echo "RESULTDIR=/tmp" >> $(PREFIX)/bin/bytebench
- echo "export TMPDIR RESULTDIR" >> $(PREFIX)/bin/bytebench
- echo "cd $(PREFIX)/lib/bytebench" >> $(PREFIX)/bin/bytebench
- echo "exec ./Run \"\$$@\"" >> $(PREFIX)/bin/bytebench
- chmod 755 $(PREFIX)/bin/bytebench
- chmod 644 $(PREFIX)/lib/bytebench/Makefile
- chmod 644 $(PREFIX)/lib/bytebench/README
- chmod 755 $(PREFIX)/lib/bytebench/Run
- chmod 755 $(PREFIX)/lib/bytebench/doc
- chmod 755 $(PREFIX)/lib/bytebench/pgms
- 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
+ -${MKDIR} $(PREFIX)/lib/bytebench
+ for f in Makefile README Run doc pgms results testdir; \
+ do ${CP} -R $(WRKSRC)/$$f $(PREFIX)/lib/bytebench; done
+ ${ECHO} "#!/bin/sh" > $(PREFIX)/bin/bytebench
+ ${ECHO} "TMPDIR=\$${TMPDIR-/var/tmp}" >> $(PREFIX)/bin/bytebench
+ ${ECHO} "RESULTDIR=/tmp" >> $(PREFIX)/bin/bytebench
+ ${ECHO} "export TMPDIR RESULTDIR" >> $(PREFIX)/bin/bytebench
+ ${ECHO} "cd $(PREFIX)/lib/bytebench" >> $(PREFIX)/bin/bytebench
+ ${ECHO} "exec ./Run \"\$$@\"" >> $(PREFIX)/bin/bytebench
+ chmod 755 $(PREFIX)/bin/bytebench
+ chmod 644 $(PREFIX)/lib/bytebench/Makefile
+ chmod 644 $(PREFIX)/lib/bytebench/README
+ chmod 755 $(PREFIX)/lib/bytebench/Run
+ chmod 755 $(PREFIX)/lib/bytebench/doc
+ chmod 755 $(PREFIX)/lib/bytebench/pgms
+ 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>