summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorlukem <lukem>2003-01-05 00:40:46 +0000
committerlukem <lukem>2003-01-05 00:40:46 +0000
commitd7c9f97226ca3ea57bad3d2a13da9397bdb5bcea (patch)
tree96151699ca6934b9ecc343618b17619542774847 /mk
parent30fb39e097ef766bd0fdaf4a4f02f813bf322ad0 (diff)
downloadpkgsrc-d7c9f97226ca3ea57bad3d2a13da9397bdb5bcea.tar.gz
when invoking genreadme.awk, set TMPDIR correctly
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 14dc630e22d..bbb7628aa36 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1123 2003/01/04 22:20:47 dmcmahill Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1124 2003/01/05 00:40:46 lukem Exp $
#
# This file is in the public domain.
#
@@ -3661,7 +3661,7 @@ README.html: .PRECIOUS
PKG_URL=${PKG_URL} \
PKGREPOSITORYSUBDIR=${PKGREPOSITORYSUBDIR} \
PKGSRCDIR=${.CURDIR:C|/[^/]*/[^/]*$||} \
- TMPDIR=${_TMPREADMEDIR} \
+ TMPDIR=${TMPDIR:U/tmp} \
SINGLEPKG=${PKGPATH} \
$@.tmp1
@${RM} $@.tmp1