svn commit: r367257 - head/converters/libiconv
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 4 11:00:15 UTC 2014
Author: tijl
Date: Thu Sep 4 11:00:14 2014
New Revision: 367257
URL: http://svnweb.freebsd.org/changeset/ports/367257
QAT: https://qat.redports.org/buildarchive/r367257/
Log:
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
Modified:
head/converters/libiconv/Makefile
Modified: head/converters/libiconv/Makefile
==============================================================================
--- head/converters/libiconv/Makefile Thu Sep 4 10:52:01 2014 (r367256)
+++ head/converters/libiconv/Makefile Thu Sep 4 11:00:14 2014 (r367257)
@@ -47,4 +47,7 @@ post-patch:
${WRKSRC}/libcharset/configure \
${WRKSRC}/preload/configure
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/lib/*.la
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list