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 | 7f83a9404a6462cbf7741a2b27b16584af55429c (patch) | |
tree | 9d70d7bfcc191a9d96a73dffdb5e58631037e2c5 /benchmarks/netio/Makefile | |
parent | 21221c5d51147213883f10671673587ee6bc913e (diff) | |
download | pkgsrc-7f83a9404a6462cbf7741a2b27b16584af55429c.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/netio/Makefile')
-rw-r--r-- | benchmarks/netio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 6844fe47595..0571507b563 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/05/19 08:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:13 asau Exp $ DISTNAME= netio126 PKGNAME= netio-1.26 @@ -11,7 +11,6 @@ MAINTAINER= tron@NetBSD.org COMMENT= Network benchmark for OS/2 2.x, Windows NT/2000 and Unix LICENSE= no-commercial-use -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} |