diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:49:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:49:01 +0000 |
commit | cfe2b1d7cc265464f29ba090d93c61c247295075 (patch) | |
tree | f63b40f0c982101e13989e2c373bd64c753234ef /benchmarks | |
parent | 9794baa212e482763d81a727f0fb1c3cb9fb3787 (diff) | |
download | ports-cfe2b1d7cc265464f29ba090d93c61c247295075.tar.gz ports-cfe2b1d7cc265464f29ba090d93c61c247295075.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone21/files/patch-aa | 4 |
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 |