aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:49:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:59:03 +0000
commit944fea027c9fddec3f03b57d617c2328fb7a0e31 (patch)
treee090d834c6859f19556e18c56a0366c3b8a08496
parent288a197fb72151c35bfbcd632385f5f19e542829 (diff)
downloadports-944fea027c9fddec3f03b57d617c2328fb7a0e31.tar.gz
ports-944fea027c9fddec3f03b57d617c2328fb7a0e31.zip
net/p5-Net-SSH2: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--net/p5-Net-SSH2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile
index 7d922c367c8a..226fa9aaa6e4 100644
--- a/net/p5-Net-SSH2/Makefile
+++ b/net/p5-Net-SSH2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Net-SSH2
PORTVERSION= 0.72
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -26,4 +27,7 @@ post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR})
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSH2/SSH2.so
+
.include <bsd.port.mk>