aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-16 09:49:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-16 09:49:01 +0000
commitcfe2b1d7cc265464f29ba090d93c61c247295075 (patch)
treef63b40f0c982101e13989e2c373bd64c753234ef /benchmarks/iozone21
parent9794baa212e482763d81a727f0fb1c3cb9fb3787 (diff)
downloadports-cfe2b1d7cc265464f29ba090d93c61c247295075.tar.gz
ports-cfe2b1d7cc265464f29ba090d93c61c247295075.zip
Fix build on current.
Submitted by: ru
Notes
Notes: svn path=/head/; revision=61351
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r--benchmarks/iozone21/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone21/files/patch-aa b/benchmarks/iozone21/files/patch-aa
index 07a2da65ec0e..aaf31dd9cc7c 100644
--- a/benchmarks/iozone21/files/patch-aa
+++ b/benchmarks/iozone21/files/patch-aa
@@ -11,7 +11,7 @@
+ install:
+ -@mkdir -p ${PREFIX}/bin
+ -@mkdir -p ${PREFIX}/man/man1
-+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} iozone ${PREFIX}/bin
++ ${BSD_INSTALL_PROGRAM} iozone ${PREFIX}/bin
+ @echo .Dd `/bin/date` > iozone.1
+ @echo .Dt IOZONE 1 >> iozone.1
+ @echo .Sh NAME >> iozone.1
@@ -35,4 +35,4 @@
+ {if (x) print $0}' >>iozone.1
+ @echo .Sh AUTHOR >> iozone.1
+ @echo Bill Norcott >> iozone.1
-+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 iozone.1 ${PREFIX}/man/man1 \ No newline at end of file
++ ${BSD_INSTALL_MAN} iozone.1 ${PREFIX}/man/man1