diff options
author | agc <agc> | 1998-09-10 14:28:35 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-10 14:28:35 +0000 |
commit | 40bc4e32efa88a597cfb9cf591f0e8fb7afd64fa (patch) | |
tree | 11cbbb878be2f7f6810d9204acf812a71ebc4b3d /lang | |
parent | 9cd30588d016c2db7d5a5320d7edcedf5364ea35 (diff) | |
download | pkgsrc-40bc4e32efa88a597cfb9cf591f0e8fb7afd64fa.tar.gz |
/usr/bin/env -> ${SETENV}
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |