diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-14 05:12:26 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-14 05:12:26 +0800 |
commit | 1013e69370aa1d121793105b075aad7512c6c779 (patch) | |
tree | 0a85fe8e51c04cad88aa4099e1acb9c58ba05a6a /devel/libtai | |
parent | c15847e21b36cf2a0b3fba04dd36a7212e5a42b1 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |