aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:13:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:13:34 +0000
commit290d7ac02c0a71917d48cccef6a366f658327d3d (patch)
tree5a747c488a34c96cdb23840c17d6e4f1144eb8a5
parent1cea0860383f1cc658754d769c0d41d23d14e4c9 (diff)
downloadports-290d7ac02c0a71917d48cccef6a366f658327d3d.tar.gz
ports-290d7ac02c0a71917d48cccef6a366f658327d3d.zip
gdal-grass: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--graphics/gdal-grass/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile
index 443395fac203..344a77768f8b 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -29,4 +29,7 @@ PLIST_FILES= lib/gdalplugins/gdal_GRASS.so \
USE_GITHUB= yes
GH_ACCOUNT= OSGeo
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdalplugins/*.so
+
.include <bsd.port.mk>