git: 1949820a1dbd - main - converters/p5-Convert-Binary-C: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Oct 2024 05:32:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1949820a1dbd7c311c2e5b210d0f6be16dcf4766 commit 1949820a1dbd7c311c2e5b210d0f6be16dcf4766 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-14 04:56:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-14 05:26:23 +0000 converters/p5-Convert-Binary-C: Strip shared library - Bump PORTREVISION for package change --- converters/p5-Convert-Binary-C/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile index 5731d9691cf5..881d49cefc41 100644 --- a/converters/p5-Convert-Binary-C/Makefile +++ b/converters/p5-Convert-Binary-C/Makefile @@ -1,5 +1,6 @@ PORTNAME= Convert-Binary-C PORTVERSION= 0.85 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +17,7 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Binary/C/C.so + .include <bsd.port.mk>