From 99e8729b852ae72b59c28949cacb854085d78fef Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 22 May 2005 05:24:57 +0000 Subject: Honor *OWN and *GRP. --- devel/error/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/error/Makefile b/devel/error/Makefile index d58e269f2b5..3b5f68f463d 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -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 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ MAINTAINER= christos@netbsd.org 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" -- cgit v1.2.3