diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 21:34:00 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 21:34:00 +0800 |
commit | 26432e811cd5c0f90a0243350a75aab0404edbe9 (patch) | |
tree | 79928471acb9a1e359de72131759bf69fc5017b6 /audio | |
parent | devel/py-ctypesgen: Add py-ctypesgen 1.0.2 (diff) |
audio/id3lib: Cosmetic change
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3lib/Makefile | 5 |
1 files 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> |