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/thrulay | |
parent | 21221c5d51147213883f10671673587ee6bc913e (diff) | |
download | pkgsrc-7f83a9404a6462cbf7741a2b27b16584af55429c.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/thrulay')
-rw-r--r-- | benchmarks/thrulay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 6cc0d27ec9c..440777977d4 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/07/08 14:44:00 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/11 22:37:15 asau Exp $ DISTNAME= thrulay-0.8 CATEGORIES= benchmarks net @@ -9,7 +9,6 @@ HOMEPAGE= http://shlang.com/thrulay/ COMMENT= TCP and UDP network capacity tester PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no |