aboutsummaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-04 11:00:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-04 11:00:14 +0000
commita6b055a9c335bfa7ddbb609b7b9a0f3ec4b06593 (patch)
treeaebc8448c05e9ac15f4f0ff2a4ed398ccc5df3a4 /converters/libiconv
parent166d8a206b5632b11769b6ccaed4b0bf3f8f4389 (diff)
downloadports-a6b055a9c335bfa7ddbb609b7b9a0f3ec4b06593.tar.gz
ports-a6b055a9c335bfa7ddbb609b7b9a0f3ec4b06593.zip
Remove *.la files from stagedir to fix a check-plist error.
The files were accidentally removed from pkg-plist in the previous commit but let's keep it that way now. This commit will be reverted when this port switches from "libtool:oldver" to "libtool". Reported by: ohauer
Notes
Notes: svn path=/head/; revision=367257
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile3
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>