From c715de823d6fab783904d96743cd7442e7e9e0b4 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 18 Jul 2006 18:10:29 +0000 Subject: Honor *OWN, *GRP, and *MODE. --- misc/team/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/team/Makefile b/misc/team/Makefile index 111b25766ff..667fc98ee36 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:30:13 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/18 18:10:29 minskim Exp $ DISTNAME= team-3.1 CATEGORIES= misc @@ -9,6 +9,9 @@ COMMENT= Portable multi-buffered tape streaming utility NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} +MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE} + MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST -- cgit v1.2.3