git: 6bc897c9d5c9 - main - converters/p5-Text-Iconv: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:48:46 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6bc897c9d5c9e92b9d37ea23b9146cecd5c4dc36
commit 6bc897c9d5c9e92b9d37ea23b9146cecd5c4dc36
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:10:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:54 +0000
converters/p5-Text-Iconv: Strip shared library
- Bump PORTREVISION for package change
---
converters/p5-Text-Iconv/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile
index 834ed6f9c89d..719c41682bef 100644
--- a/converters/p5-Text-Iconv/Makefile
+++ b/converters/p5-Text-Iconv/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Text-Iconv
PORTVERSION= 1.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,4 +18,7 @@ USE_PERL5= configure
CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \
LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}"
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Iconv/Iconv.so
+
.include <bsd.port.mk>