diff options
author | pooka <pooka@pkgsrc.org> | 2000-05-03 09:13:15 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-05-03 09:13:15 +0000 |
commit | 2eeb195142cd4c357cc0acccf67347d642d177ca (patch) | |
tree | e34614e58dff3764101db14979a797fa9f52be6c /benchmarks | |
parent | facbd1130662d2eb857b69d595f537e0e0e6321c (diff) | |
download | pkgsrc-2eeb195142cd4c357cc0acccf67347d642d177ca.tar.gz |
Install ps documentation also.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone/pkg/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index c21d02fc80f..905ce2a3cad 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/05/02 15:17:45 pooka Exp $ +# $NetBSD: Makefile,v 1.10 2000/05/03 09:13:15 pooka Exp $ DISTNAME= iozone3_9 PKGNAME= iozone-3.09 @@ -23,5 +23,7 @@ MAKEFILE= makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/IOzone + ${INSTALL_DATA} ${WRKDIR}/docs/IOzone_ps.gz ${PREFIX}/share/doc/IOzone .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/iozone/pkg/PLIST b/benchmarks/iozone/pkg/PLIST index 5cbfad3361f..9202ef1b511 100644 --- a/benchmarks/iozone/pkg/PLIST +++ b/benchmarks/iozone/pkg/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2000/05/02 15:17:48 pooka Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/05/03 09:13:16 pooka Exp $ bin/iozone man/man1/iozone.1 +share/doc/IOzone/IOzone_ps.gz +@dirrm share/doc/IOzone |