diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /benchmarks | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bytebench/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/httperf/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/unixbench/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index a2d4089814d2..bdf87fb0fd04 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -3,7 +3,7 @@ # Date created: 28 December 1995 # Whom: se # -# $Id: Makefile,v 1.7 1998/09/26 23:46:08 steve Exp $ +# $Id: Makefile,v 1.8 1999/07/18 06:02:55 cpiazza Exp $ # DISTNAME= bytebench-3.1 @@ -23,7 +23,7 @@ do-install: ${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} 755 $(PREFIX)/bin/bytebench chmod 644 $(PREFIX)/lib/bytebench/Makefile chmod 644 $(PREFIX)/lib/bytebench/README chmod 755 $(PREFIX)/lib/bytebench/Run diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index 127143800337..ead81c0865a6 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1999 # Whom: Will Andrews <andrews@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/01 03:21:01 steve Exp $ # DISTNAME= httperf-0.6 @@ -22,7 +22,7 @@ USE_GMAKE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin - chmod 750 ${PREFIX}/bin/httperf + ${CHMOD} 750 ${PREFIX}/bin/httperf @${MKDIR} ${PREFIX}/share/httperf @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/httperf @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/httperf diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index a2d4089814d2..bdf87fb0fd04 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -3,7 +3,7 @@ # Date created: 28 December 1995 # Whom: se # -# $Id: Makefile,v 1.7 1998/09/26 23:46:08 steve Exp $ +# $Id: Makefile,v 1.8 1999/07/18 06:02:55 cpiazza Exp $ # DISTNAME= bytebench-3.1 @@ -23,7 +23,7 @@ do-install: ${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} 755 $(PREFIX)/bin/bytebench chmod 644 $(PREFIX)/lib/bytebench/Makefile chmod 644 $(PREFIX)/lib/bytebench/README chmod 755 $(PREFIX)/lib/bytebench/Run |