diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-13 21:12:26 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-13 21:12:26 +0000 |
commit | fc77cd40105299c168d42a56745205c54f734704 (patch) | |
tree | 0a85fe8e51c04cad88aa4099e1acb9c58ba05a6a /devel/libtai/Makefile | |
parent | dfe13a5e0a7bb668f1afe6ebb2299278ba213fdb (diff) |
Notes
Diffstat (limited to 'devel/libtai/Makefile')
-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 |