summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-13 17:57:05 +0000
committerminskim <minskim@pkgsrc.org>2004-05-13 17:57:05 +0000
commitad6dbe6118d78ad01793fece42e38f52a5ea489d (patch)
treee545109181784596d8430fdeb8eb1ca3f9d2650f /benchmarks
parentd95a2e50e1dfc47f23d7b19278476f35b0e986fe (diff)
downloadpkgsrc-ad6dbe6118d78ad01793fece42e38f52a5ea489d.tar.gz
Honor *OWN and *GRP.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/ttcp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index aa17b3efa16..a4b3ae8f5bf 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/13 17:57:05 minskim Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -12,6 +12,8 @@ HOMEPAGE= http://www.ccci.com/tools/ttcp/
COMMENT= TCP testing and performance measuring tool
WRKSRC= ${WRKDIR}
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \
+ MANOWN=${MANOWN} MANGRP=${MANGRP}
.include "../../mk/bsd.prefs.mk"