diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-21 14:27:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-21 14:27:56 +0000 |
commit | 7d1f4cca8ee69154c87d9e612cf7eab8c03b9563 (patch) | |
tree | 7caa897b86d23c2822e6d9c8f6d7d3dfeb078d5e /x11/xhangglider | |
parent | bf3813d3f65b79dbd601ae45f32ab3758fa72e5f (diff) | |
download | pkgsrc-7d1f4cca8ee69154c87d9e612cf7eab8c03b9563.tar.gz |
"BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes. As such, rename it to
"PKGSRC_MAKE_ENV".
XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect. They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.
Diffstat (limited to 'x11/xhangglider')
-rw-r--r-- | x11/xhangglider/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xhangglider/Makefile b/x11/xhangglider/Makefile index 5729666ff97..d6cba51fcee 100644 --- a/x11/xhangglider/Makefile +++ b/x11/xhangglider/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:31:13 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/21 14:27:56 jlam Exp $ # DISTNAME= xhangglider-0.94.0 @@ -10,8 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.netfort.gr.jp/~take/linux/xhang-en.html COMMENT= Hanggliders fly in the background of the X screen -USE_IMAKE= yes -BUILD_ENV+= PREFIX=${PREFIX} +USE_IMAKE= yes +PKGSRC_MAKE_ENV+= PREFIX=${PREFIX} post-extract: ${RM} ${WRKSRC}/Makefile |