aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-06-19 00:30:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-06-19 00:30:59 +0000
commit6953a3bf20f887e75fcf03dd9cca7d35ffabcff5 (patch)
tree85c7512ca537ee5bfb855ba0c5da08d2d69b406f /sysutils/e2fsprogs/Makefile
parent4a58f877c64b538032ba3965ea81748e63fa3b2f (diff)
Notes
Diffstat (limited to 'sysutils/e2fsprogs/Makefile')
-rw-r--r--sysutils/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index e692906e6230..092ac49995d8 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -117,7 +117,7 @@ post-build:
# There have been subtle failures induced by Linux-isms in the past.
# -- Matthias Andree, package maintainer, 2007-09-18
@${ECHO_CMD} '===> Running e2fsprogs self-test suite'
- cd ${WRKSRC}/tests && ${GMAKE} -j${MAKE_JOBS_NUMBER} check \
+ cd ${WRKSRC}/tests && ${MKDIR} ${WRKDIR}/tmp && ${GMAKE} -j${MAKE_JOBS_NUMBER} check TMPDIR=${WRKDIR}/tmp \
|| { head -n30000 ${WRKSRC}/tests/*.failed 2>/dev/null ; exit 1 ; }
post-install: