diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-26 14:29:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-26 14:29:05 +0800 |
commit | 3d068cb1c4a12977614e6efa3aa40987ad105eff (patch) | |
tree | 432024ad7bf5a6e460c0569dcf5084f60414c45c /math | |
parent | 1ebd71d5b1e13c1b83caebebe60dd60ffe496855 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |