aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-04 19:00:14 +0800
committertijl <tijl@FreeBSD.org>2014-09-04 19:00:14 +0800
commit1b340176ddd5622c59d7479441df9683c223c1c8 (patch)
treeaebc8448c05e9ac15f4f0ff2a4ed398ccc5df3a4
parent1570598a2f27e60b2defa53c82c0670a72da4658 (diff)
downloadfreebsd-ports-gnome-1b340176ddd5622c59d7479441df9683c223c1c8.tar.gz
freebsd-ports-gnome-1b340176ddd5622c59d7479441df9683c223c1c8.tar.zst
freebsd-ports-gnome-1b340176ddd5622c59d7479441df9683c223c1c8.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
-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>