svn commit: r352222 - head/math/saga
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 26 06:29:06 UTC 2014
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 at 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>
More information about the svn-ports-head
mailing list