diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 17:00:15 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 17:00:15 +0800 |
commit | 812319e2dad26b0dd837abb3cd0475cc3aa224f0 (patch) | |
tree | a682cc9d46cc0e41d0ad2c5e6334969995c75000 /benchmarks/blogbench | |
parent | d7e088c57fc3a5ba7e6ed875ba8dc06b0bd4f23c (diff) | |
download | freebsd-ports-gnome-812319e2dad26b0dd837abb3cd0475cc3aa224f0.tar.gz freebsd-ports-gnome-812319e2dad26b0dd837abb3cd0475cc3aa224f0.tar.zst freebsd-ports-gnome-812319e2dad26b0dd837abb3cd0475cc3aa224f0.zip |
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
Diffstat (limited to 'benchmarks/blogbench')
-rw-r--r-- | benchmarks/blogbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile index 2acfcc737b7e..1efd8eb75e93 100644 --- a/benchmarks/blogbench/Makefile +++ b/benchmarks/blogbench/Makefile @@ -11,7 +11,7 @@ MAINTAINER= jmohacsi@bsd.hu COMMENT= Performance Test of Filesystem I/O GNU_CONFIGURE= yes -USE_BZIP2= yes +USES= tar:bzip2 PLIST_FILES= bin/blogbench man/man8/blogbench.8.gz PORTDOCS= README |