git: b5fd5c2ceaa4 - main - misc/lastools: Remove the unnecessary line from the Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jan 2022 01:37:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5fd5c2ceaa4ffed24fbc37eb2aa4c343c2bd63b commit b5fd5c2ceaa4ffed24fbc37eb2aa4c343c2bd63b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-21 19:55:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-22 01:37:21 +0000 misc/lastools: Remove the unnecessary line from the Makefile --- misc/lastools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/lastools/Makefile b/misc/lastools/Makefile index b31b5319cce1..1ee1e989b4b0 100644 --- a/misc/lastools/Makefile +++ b/misc/lastools/Makefile @@ -23,9 +23,8 @@ EXECUTABLES= lasindex las2txt las2las txt2las lasdiff lasinfo laszip lasmerge la pre-install: ${MV} ${WRKSRC}/LASlib/src/LASlib-config.cmake ${WRKSRC}/LASlib/src/laslib-config.cmake -post-install: # install executables, workaround for https://github.com/LAStools/LAStools/issues/120 +post-install: # strip the "64" suffix from executables .for e in ${EXECUTABLES} - ${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/bin/${e}64 ${STAGEDIR}${PREFIX}/bin ${MV} ${STAGEDIR}${PREFIX}/bin/${e}64 ${STAGEDIR}${PREFIX}/bin/${e} .endfor