aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtai
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-04-14 05:12:26 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-04-14 05:12:26 +0800
commit1013e69370aa1d121793105b075aad7512c6c779 (patch)
tree0a85fe8e51c04cad88aa4099e1acb9c58ba05a6a /devel/libtai
parentc15847e21b36cf2a0b3fba04dd36a7212e5a42b1 (diff)
downloadfreebsd-ports-gnome-1013e69370aa1d121793105b075aad7512c6c779.tar.gz
freebsd-ports-gnome-1013e69370aa1d121793105b075aad7512c6c779.tar.zst
freebsd-ports-gnome-1013e69370aa1d121793105b075aad7512c6c779.zip
- Fix builds when ENV is set and not executable by using proper SETENV for /usr/bin/env
This fixes all cases of incorrect ENV/SETENV usage. Approved by: portmgr (implicit) With hat: portmgr PR: ports/173559
Diffstat (limited to 'devel/libtai')
-rw-r--r--devel/libtai/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile
index 29e9a1190752..67efb7daf052 100644
--- a/devel/libtai/Makefile
+++ b/devel/libtai/Makefile
@@ -46,7 +46,7 @@ pre-install:
.endfor
post-build:
- @${ENV} LD_LIBRARY_PATH=${WRKSRC} \
+ @${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
${WRKSRC}/leapsecs < ${WRKSRC}/leapsecs.txt > \
${WRKSRC}/leapsecs.dat