git: 7f885914836c - main - graphics/gdal: Simplify Makefile

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 16 15:26:15 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f885914836cac2071930d56ceb4cce81595cd55

commit 7f885914836cac2071930d56ceb4cce81595cd55
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-16 15:13:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-16 15:23:54 +0000

    graphics/gdal: Simplify Makefile
---
 graphics/gdal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 6fabdc10c03b..8974c2b400de 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -182,6 +182,6 @@ post-install:
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${HEADER_FILES} ${STAGEDIR}${PREFIX}/include/
 	${INSTALL_DATA} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
 	${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list