diff options
author | rillig <rillig> | 2006-06-18 11:21:42 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-18 11:21:42 +0000 |
commit | 2a01ff7bfabed136beb06a10669113352eee75f7 (patch) | |
tree | 0590567d201a82403847675a8d8dc07a68acbe89 /benchmarks/kttcp | |
parent | 56efb75869ee58b0f44f058eed281e681b08d912 (diff) | |
download | pkgsrc-2a01ff7bfabed136beb06a10669113352eee75f7.tar.gz |
Added BINOWN and BINGRP to MAKE_ENV to make unprivileged builds work.
Bumped PKGREVISION.
Diffstat (limited to 'benchmarks/kttcp')
-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 |