From 7aab054a14d7e5a5cce8fb70d17313cb1050aa53 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 21 Mar 2011 16:06:17 +0000 Subject: env -> ${SETENV} (found with portlint). --- archivers/lzo2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers/lzo2') 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) -- cgit v1.2.3