Date: Fri, 25 Jun 2021 13:42:48 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26432e811cd5 - main - audio/id3lib: Cosmetic change Message-ID: <202106251342.15PDgm6n083471@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=26432e811cd5c0f90a0243350a75aab0404edbe9 commit 26432e811cd5c0f90a0243350a75aab0404edbe9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:34:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:34:00 +0000 audio/id3lib: Cosmetic change --- audio/id3lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 77a5f0ff5c46..86950627b33a 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -20,7 +20,8 @@ USES= compiler:c11 iconv libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-extract: - @${RM} -r ${WRKSRC}/zlib +post-patch: +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251342.15PDgm6n083471>