diff options
author | vs <vs@FreeBSD.org> | 2005-06-04 22:02:13 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-06-04 22:02:13 +0800 |
commit | d63cc41e49eb11751d9cf70b39ce340e03fc5f41 (patch) | |
tree | 8e986938014c59b923608d4c1d006f9d2c07650b /benchmarks | |
parent | 656c4945f9f095e75668fcc281e61a401001733a (diff) | |
download | freebsd-ports-gnome-d63cc41e49eb11751d9cf70b39ce340e03fc5f41.tar.gz freebsd-ports-gnome-d63cc41e49eb11751d9cf70b39ce340e03fc5f41.tar.zst freebsd-ports-gnome-d63cc41e49eb11751d9cf70b39ce340e03fc5f41.zip |
Use PLIST_FILES
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone21/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/iozone21/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 1382b85627d4..9d5c2cd47651 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -18,6 +18,7 @@ COMMENT= Performance Test of Sequential File I/O (older version) CONFLICTS= iozone-3.* LATEST_LINK= iozone21 +PLIST_FILES= bin/iozone EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} ) EXTRACT_BEFORE_ARGS= < diff --git a/benchmarks/iozone21/pkg-plist b/benchmarks/iozone21/pkg-plist deleted file mode 100644 index ee271247167c..000000000000 --- a/benchmarks/iozone21/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/iozone |