diff options
author | asau <asau> | 2012-09-11 22:37:10 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 22:37:10 +0000 |
commit | 768ee647793efc9f1c00e6f0fcdfb771a90b6935 (patch) | |
tree | 9d70d7bfcc191a9d96a73dffdb5e58631037e2c5 /benchmarks/iozone | |
parent | 738118565304b90e78694bacf7ce2e57d84c48ba (diff) | |
download | pkgsrc-768ee647793efc9f1c00e6f0fcdfb771a90b6935.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 8365d2c8d62..0634ddc88a9 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/06/07 15:57:20 asau Exp $ +# $NetBSD: Makefile,v 1.45 2012/09/11 22:37:12 asau Exp $ DISTNAME= iozone3_408 PKGNAME= iozone-3.408 @@ -15,7 +15,6 @@ LICENSE= iozone-license NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKE_FILE= makefile |