pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/error Honor *OWN and *GRP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be997891652c
branches:  trunk
changeset: 494266:be997891652c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 22 05:24:57 2005 +0000

description:
Honor *OWN and *GRP.

diffstat:

 devel/error/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 724e76fc10ee -r be997891652c devel/error/Makefile
--- a/devel/error/Makefile      Sun May 22 05:21:15 2005 +0000
+++ b/devel/error/Makefile      Sun May 22 05:24:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/05/10 21:02:42 christos Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/22 05:24:57 minskim Exp $
 #
 
 DISTNAME=      error-0.0
@@ -8,6 +8,9 @@
 MAINTAINER=    christos%netbsd.org@localhost
 COMMENT=       Insert compiler errors in source files as comments
 
+MAKE_ENV+=     BINOWN=${BINOWN} BINGRP=${BINGRP}       \
+               MANOWN=${MANOWN} MANGRP=${MANGRP}
+
 .include "../../mk/bsd.prefs.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index