From e1475027cde346cc8c26ff967438ba80036384a0 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 18 Nov 1996 14:17:24 +0000 Subject: Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. --- benchmarks/bonnie/pkg-plist | 4 ---- benchmarks/bytebench/pkg-plist | 2 -- benchmarks/iozone/Makefile | 3 ++- benchmarks/iozone/pkg-plist | 6 +----- benchmarks/iozone21/Makefile | 3 ++- benchmarks/iozone21/pkg-plist | 6 +----- benchmarks/unixbench/pkg-plist | 2 -- 7 files changed, 6 insertions(+), 20 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/bonnie/pkg-plist b/benchmarks/bonnie/pkg-plist index abd4e2e69d11..09f5c14be647 100644 --- a/benchmarks/bonnie/pkg-plist +++ b/benchmarks/bonnie/pkg-plist @@ -1,6 +1,2 @@ -@cd /usr/local -@owner bin -@mode 755 bin/bonnie -@mode 644 man/man1/bonnie.1.gz diff --git a/benchmarks/bytebench/pkg-plist b/benchmarks/bytebench/pkg-plist index e30e4a7e8912..32c956709dd4 100644 --- a/benchmarks/bytebench/pkg-plist +++ b/benchmarks/bytebench/pkg-plist @@ -1,4 +1,3 @@ -@mode 755 bin/bytebench lib/bytebench/Run lib/bytebench/pgms/looper @@ -30,7 +29,6 @@ lib/bytebench/pgms/execl lib/bytebench/pgms/dhry2 lib/bytebench/pgms/dhry2reg lib/bytebench/pgms/byte.logo -@mode 644 lib/bytebench/Makefile lib/bytebench/README lib/bytebench/doc/bench3.doc diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 5c322ad0dd2a..2a7efdbcba15 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1996/11/14 08:08:04 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:21:53 asami Exp $ # DISTNAME= iozone @@ -20,5 +20,6 @@ MAINTAINER= jmz@FreeBSD.org EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) EXTRACT_ARGS= < NO_WRKSUBDIR= YES +MAN1= iozone.1 .include diff --git a/benchmarks/iozone/pkg-plist b/benchmarks/iozone/pkg-plist index c18e95191b41..a92dcc4ee5a6 100644 --- a/benchmarks/iozone/pkg-plist +++ b/benchmarks/iozone/pkg-plist @@ -1,6 +1,2 @@ -@cd /usr/local -@owner bin -@mode 755 bin/iozone -@mode 644 -man/man1/iozone.1 +man/man1/iozone.1.gz diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 5c322ad0dd2a..2a7efdbcba15 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1996/11/14 08:08:04 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:21:53 asami Exp $ # DISTNAME= iozone @@ -20,5 +20,6 @@ MAINTAINER= jmz@FreeBSD.org EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) EXTRACT_ARGS= < NO_WRKSUBDIR= YES +MAN1= iozone.1 .include diff --git a/benchmarks/iozone21/pkg-plist b/benchmarks/iozone21/pkg-plist index c18e95191b41..a92dcc4ee5a6 100644 --- a/benchmarks/iozone21/pkg-plist +++ b/benchmarks/iozone21/pkg-plist @@ -1,6 +1,2 @@ -@cd /usr/local -@owner bin -@mode 755 bin/iozone -@mode 644 -man/man1/iozone.1 +man/man1/iozone.1.gz diff --git a/benchmarks/unixbench/pkg-plist b/benchmarks/unixbench/pkg-plist index e30e4a7e8912..32c956709dd4 100644 --- a/benchmarks/unixbench/pkg-plist +++ b/benchmarks/unixbench/pkg-plist @@ -1,4 +1,3 @@ -@mode 755 bin/bytebench lib/bytebench/Run lib/bytebench/pgms/looper @@ -30,7 +29,6 @@ lib/bytebench/pgms/execl lib/bytebench/pgms/dhry2 lib/bytebench/pgms/dhry2reg lib/bytebench/pgms/byte.logo -@mode 644 lib/bytebench/Makefile lib/bytebench/README lib/bytebench/doc/bench3.doc -- cgit