1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

audio/id3lib: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-06-25 21:34:00 +08:00
parent 79b8c5384e
commit 26432e811c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>