git: c0a64218a93d - main - devel/p5-Proc-Wait3: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:04:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0a64218a93d53e5f29248ee56dc4d663e1fc44c commit c0a64218a93d53e5f29248ee56dc4d663e1fc44c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:47:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:56 +0000 devel/p5-Proc-Wait3: Strip shared library - Bump PORTREVISION for package change --- devel/p5-Proc-Wait3/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/p5-Proc-Wait3/Makefile b/devel/p5-Proc-Wait3/Makefile index 1e641e058f9d..fb76d3b91eb6 100644 --- a/devel/p5-Proc-Wait3/Makefile +++ b/devel/p5-Proc-Wait3/Makefile @@ -2,6 +2,7 @@ PORTNAME= Proc-Wait3 PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Proc/Wait3/Wait3.so + .include <bsd.port.mk>