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/ttcp | |
parent | 738118565304b90e78694bacf7ce2e57d84c48ba (diff) | |
download | pkgsrc-768ee647793efc9f1c00e6f0fcdfb771a90b6935.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r-- | benchmarks/ttcp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 883e04eb50a..88e409f9818 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/04/15 22:00:58 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/11 22:37:15 asau Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -13,7 +13,6 @@ COMMENT= TCP testing and performance measuring tool LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_BSD_MAKEFILE= yes MAKE_ENV+= NOGCCERROR=yes |