summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-09 14:38:51 +0000
committerwiz <wiz>2003-02-09 14:38:51 +0000
commitdbe33829f9701212fc393ed9f4124caee9839fb8 (patch)
treebb06789d76104d23bf5affe0848580354fef00b5 /Makefile
parent03dde07e16cb95d11e4ab074fdfadf27df5a7249 (diff)
downloadpkgsrc-dbe33829f9701212fc393ed9f4124caee9839fb8.tar.gz
s/${ENV}/${SETENV}/, noted by Kevin P. Neal in connection with PR 19586.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 77528f5bf31..908770522ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/01/05 13:37:15 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.52 2003/02/09 14:38:52 wiz Exp $
#
.include "mk/bsd.prefs.mk"
@@ -73,7 +73,7 @@ README.html: .PRECIOUS
esac; \
cd ${.CURDIR} ; \
fi; \
- ${ENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \
+ ${SETENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \
BMAKE=${MAKE} AWK=${AWK} EXPR=${EXPR} \
./mk/scripts/mkreadme --pkgsrc ${.CURDIR} \
--packages ${PACKAGES} ${_README_TYPE_FLAG} $$MULTIARCH \