diff options
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r-- | benchmarks/ttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 321d9f7804e..0d3d3a14ff1 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/18 11:28:00 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2007/10/28 15:29:58 joerg Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.ccci.com/tools/ttcp/ COMMENT= TCP testing and performance measuring tool PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_BSD_MAKEFILE= yes WRKSRC= ${WRKDIR} |