1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Tijl Coosemans 2014-09-04 11:00:14 +00:00
parent 166d8a206b
commit a6b055a9c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367257

View File

@ -47,4 +47,7 @@ post-patch:
${WRKSRC}/libcharset/configure \
${WRKSRC}/preload/configure
post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/*.la
.include <bsd.port.mk>