aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzo2
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-03-21 16:06:17 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-03-21 16:06:17 +0000
commit7aab054a14d7e5a5cce8fb70d17313cb1050aa53 (patch)
treef8a11ab21c8be41763f9ec7e6421945ea17141e2 /archivers/lzo2
parent8392f4b188221a8bb33ff52aa06c099c19e5cc09 (diff)
downloadports-7aab054a14d7e5a5cce8fb70d17313cb1050aa53.tar.gz
ports-7aab054a14d7e5a5cce8fb70d17313cb1050aa53.zip
Notes
Diffstat (limited to 'archivers/lzo2')
-rw-r--r--archivers/lzo2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index 46451da4afaf..38e8c4bbb406 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
post-build:
@${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)"
@#: override MALLOC_OPTIONS, else tests take excessively long
- cd ${WRKSRC} && env MALLOC_OPTIONS=jz ${MAKE} check test SHELL="${SH} -x"
+ cd ${WRKSRC} && ${SETENV} MALLOC_OPTIONS=jz ${MAKE} check test SHELL="${SH} -x"
post-install:
.if !defined(NOPORTDOCS)