Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2022 01:37:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b5fd5c2ceaa4 - main - misc/lastools: Remove the unnecessary line from the Makefile
Message-ID:  <202201220137.20M1bPQJ058187@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201220137.20M1bPQJ058187>