diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-04 11:00:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-04 11:00:14 +0000 |
commit | a6b055a9c335bfa7ddbb609b7b9a0f3ec4b06593 (patch) | |
tree | aebc8448c05e9ac15f4f0ff2a4ed398ccc5df3a4 /converters/libiconv | |
parent | 166d8a206b5632b11769b6ccaed4b0bf3f8f4389 (diff) | |
download | ports-a6b055a9c335bfa7ddbb609b7b9a0f3ec4b06593.tar.gz ports-a6b055a9c335bfa7ddbb609b7b9a0f3ec4b06593.zip |
Notes
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index dfe80fab9313..65c05895a1f1 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -47,4 +47,7 @@ post-patch: ${WRKSRC}/libcharset/configure \ ${WRKSRC}/preload/configure +post-install: + ${RM} ${STAGEDIR}${PREFIX}/lib/*.la + .include <bsd.port.mk> |