diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-28 15:29:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-28 15:29:58 +0000 |
commit | 1f6de3d29f8c6279df66815b979eafff5c1b6e32 (patch) | |
tree | f66ea5d6176fb42a4802bac3facef5b7196f0f4c /benchmarks/ttcp | |
parent | 7ab14525fa9e2d97b5652a7e576718f1fa77ebaa (diff) | |
download | pkgsrc-1f6de3d29f8c6279df66815b979eafff5c1b6e32.tar.gz |
Supports DESTDIR installation.
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} |