diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 22:37:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 22:37:10 +0000 |
commit | e33e54ed8587d2963b4ab4ef3d3cfd0af34b1d3f (patch) | |
tree | 9d70d7bfcc191a9d96a73dffdb5e58631037e2c5 /benchmarks/bonnie | |
parent | abb4a1e1358542e9978beef184f537ff9c71b086 (diff) | |
download | pkgsrc-e33e54ed8587d2963b4ab4ef3d3cfd0af34b1d3f.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r-- | benchmarks/bonnie/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index e9113b870e1..e92a8f76c71 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/01/12 15:13:15 hans Exp $ +# $NetBSD: Makefile,v 1.37 2012/09/11 22:37:11 asau Exp $ DISTNAME= bonnie PKGNAME= bonnie-2.06 @@ -13,7 +13,6 @@ COMMENT= Performance Test of Sequential Filesystem I/O and STDIO NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes WRKSRC= ${WRKDIR} |