diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
commit | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (patch) | |
tree | 64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /benchmarks | |
parent | a53bceebc3721a43da593b5f9978d442f4bd628c (diff) | |
download | pkgsrc-e9fbb9d9f7c73b3d7843290331e8de0926eefe71.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'benchmarks')
-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 943ba017076..673377e6e24 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/30 22:06:24 adam Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/02 23:48:16 asau Exp $ DISTNAME= thrulay-0.9 CATEGORIES= benchmarks net @@ -11,7 +11,6 @@ COMMENT= TCP and UDP network capacity tester LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no |