diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:27:06 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:32:45 +0000 |
| commit | 7c8e5db9b6d9ed6ae31d6c3d61fa02093e677c88 (patch) | |
| tree | b3cd11ffb24f8004066865e3d1f5416a91a6ea95 | |
| parent | 43a48347abe7d89353ff0c9be56eb829ca8819aa (diff) | |
converters/libiconv: Strip shared library
- Bump PORTREVISION for package change
PR: 290586
Approved by: arrowd
| -rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 83f8f0aaf507..0623fd95391f 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,5 +1,6 @@ PORTNAME= libiconv PORTVERSION= 1.18 +PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= GNU @@ -32,4 +33,7 @@ post-patch: @${REINPLACE_CMD} -e 's:gawk:awk:g' ${WRKSRC}/configure \ ${WRKSRC}/libcharset/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so + .include <bsd.port.mk> |
