Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 11:00:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367257 - head/converters/libiconv
Message-ID:  <201409041100.s84B0FR5052851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041100.s84B0FR5052851>