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/netperf | |
parent | 21221c5d51147213883f10671673587ee6bc913e (diff) | |
download | pkgsrc-7f83a9404a6462cbf7741a2b27b16584af55429c.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r-- | benchmarks/netperf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 043c2defb51..eca29c1a2f9 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/05/06 11:14:01 adam Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 22:37:13 asau Exp $ DISTNAME= netperf-2.4.5 CATEGORIES= benchmarks @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.netperf.org/ COMMENT= Rick Jones' network performance benchmarking package -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes INFO_FILES= yes |