diff options
author | minskim <minskim> | 2005-05-22 05:24:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-22 05:24:57 +0000 |
commit | 89fc87ce780c9d9451f201c61bbc9808209e446c (patch) | |
tree | 325bb4fe566eb87a94d438e27a57e1caf0f6c5f1 /devel/error/Makefile | |
parent | 676b3bf9a709d03f27d6882447d75e147f2de02e (diff) | |
download | pkgsrc-89fc87ce780c9d9451f201c61bbc9808209e446c.tar.gz |
Honor *OWN and *GRP.
Diffstat (limited to 'devel/error/Makefile')
-rw-r--r-- | devel/error/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |