git: 26432e811cd5 - main - audio/id3lib: Cosmetic change
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 25 13:42:48 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26432e811cd5c0f90a0243350a75aab0404edbe9
commit 26432e811cd5c0f90a0243350a75aab0404edbe9
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:34:00 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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>
More information about the dev-commits-ports-all
mailing list