aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-27 15:45:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-27 15:45:52 +0000
commit96a12a846926629b5175a5d6f3c161bfc90daefb (patch)
treead780da1c704a3e0312973c541577f2237b5f4da
parent93cc4da19548612ba5116386c0ba50cba31a4850 (diff)
downloadports-96a12a846926629b5175a5d6f3c161bfc90daefb.tar.gz
ports-96a12a846926629b5175a5d6f3c161bfc90daefb.zip
math/p5-GIS-Distance-Fast: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--math/p5-GIS-Distance-Fast/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile
index 13dab74b3346..69380afb3e9e 100644
--- a/math/p5-GIS-Distance-Fast/Makefile
+++ b/math/p5-GIS-Distance-Fast/Makefile
@@ -1,5 +1,6 @@
PORTNAME= GIS-Distance-Fast
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BLUEFEET
@@ -22,4 +23,7 @@ TEST_DEPENDS= p5-GIS-Distance>=0.17:math/p5-GIS-Distance \
USES= perl5
USE_PERL5= modbuildtiny
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/GIS/Distance/Fast/Fast.so
+
.include <bsd.port.mk>