aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-04-26 14:29:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-04-26 14:29:05 +0800
commit3d068cb1c4a12977614e6efa3aa40987ad105eff (patch)
tree432024ad7bf5a6e460c0569dcf5084f60414c45c /math
parent1ebd71d5b1e13c1b83caebebe60dd60ffe496855 (diff)
downloadfreebsd-ports-gnome-3d068cb1c4a12977614e6efa3aa40987ad105eff.tar.gz
freebsd-ports-gnome-3d068cb1c4a12977614e6efa3aa40987ad105eff.tar.zst
freebsd-ports-gnome-3d068cb1c4a12977614e6efa3aa40987ad105eff.zip
- Remove PREFIX/lib/saga/*.la in STAGEDIR to silence plist check
Reported by: swills Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/saga/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 6f1d9ffe92ea..f7c55d014f4b 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -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>