pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/ttcp Honor *OWN and *GRP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53ab0e999665
branches:  trunk
changeset: 475292:53ab0e999665
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 13 17:57:05 2004 +0000

description:
Honor *OWN and *GRP.

diffstat:

 benchmarks/ttcp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f6332291d42c -r 53ab0e999665 benchmarks/ttcp/Makefile
--- a/benchmarks/ttcp/Makefile  Thu May 13 17:40:52 2004 +0000
+++ b/benchmarks/ttcp/Makefile  Thu May 13 17:57:05 2004 +0000
@@ -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 @@
 COMMENT=       TCP testing and performance measuring tool
 
 WRKSRC=                ${WRKDIR}
+MAKE_ENV+=     BINOWN=${BINOWN} BINGRP=${BINGRP}       \
+               MANOWN=${MANOWN} MANGRP=${MANGRP}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index