From e703291a15a5478269cbb3d64e54929b064f41b7 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 10 Sep 1998 14:28:35 +0000 Subject: /usr/bin/env -> ${SETENV} --- lang/tcl80/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/tcl80') diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 92e1ca5a9ed..a3f686d5ad9 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/09/10 10:39:02 agc Exp $ +# $NetBSD: Makefile,v 1.17 1998/09/10 14:28:35 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp # @@ -18,6 +18,6 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared test: - cd ${WRKSRC} && /usr/bin/env LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test + cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3