diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 11:21:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 11:21:42 +0000 |
commit | d830409987c07faf21eef257b6399488440fa7d6 (patch) | |
tree | 0590567d201a82403847675a8d8dc07a68acbe89 | |
parent | a176209d27c254e7989d4ff11a6a65e05af14335 (diff) | |
download | pkgsrc-d830409987c07faf21eef257b6399488440fa7d6.tar.gz |
Added BINOWN and BINGRP to MAKE_ENV to make unprivileged builds work.
Bumped PKGREVISION.
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index bbcb6c5c0ea..f588295785e 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/12/05 20:49:51 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/18 11:21:42 rillig Exp $ DISTNAME= kttcp-${VERSION} CATEGORIES= benchmarks net +PKGREVISION= 1 MASTER_SITES= # empty DISTFILES= # empty @@ -19,6 +20,7 @@ NO_CHECKSUM= yes WRKSRC= ${WRKDIR} MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man +MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} INSTALLATION_DIRS= bin |