diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-04 19:00:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-04 19:00:14 +0800 |
commit | 1b340176ddd5622c59d7479441df9683c223c1c8 (patch) | |
tree | aebc8448c05e9ac15f4f0ff2a4ed398ccc5df3a4 | |
parent | 1570598a2f27e60b2defa53c82c0670a72da4658 (diff) | |
download | freebsd-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/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> |