diff options
author | minskim <minskim> | 2006-07-18 18:10:29 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-18 18:10:29 +0000 |
commit | 0e96fb7e38485bd2e23e770158de9f848b5e767b (patch) | |
tree | e3f595e43a42bcecb074b302bc37ebc7023cb967 /misc/team/Makefile | |
parent | 77049710ca142bdb55f7e22b8b65e345a9e166b6 (diff) | |
download | pkgsrc-0e96fb7e38485bd2e23e770158de9f848b5e767b.tar.gz |
Honor *OWN, *GRP, and *MODE.
Diffstat (limited to 'misc/team/Makefile')
-rw-r--r-- | misc/team/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |