Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 06:29:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352222 - head/math/saga
Message-ID:  <201404260629.s3Q6T5KA078594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 26 06:29:05 2014
New Revision: 352222
URL: http://svnweb.freebsd.org/changeset/ports/352222
QAT: https://qat.redports.org/buildarchive/r352222/

Log:
  - Remove PREFIX/lib/saga/*.la in STAGEDIR to silence plist check
  
  Reported by:	swills
  Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)

Modified:
  head/math/saga/Makefile

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Sat Apr 26 04:29:39 2014	(r352221)
+++ head/math/saga/Makefile	Sat Apr 26 06:29:05 2014	(r352222)
@@ -108,5 +108,6 @@ post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_saga_api-${PORTVERSION}.so
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsaga_gdi-${PORTVERSION}.so
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/saga/*.so
+	${RM} ${STAGEDIR}${PREFIX}/lib/saga/*.la
 
 .include <bsd.port.post.mk>



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