git: 975dd5cfa15e - main - math/polymake: Minor Makefile improvement
Yuri Victorovich
yuri at FreeBSD.org
Tue Aug 24 21:58:53 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b
commit 975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b
Author: Philipp Ost <bsd at philippost.de>
AuthorDate: 2021-08-24 21:57:30 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-24 21:58:50 +0000
math/polymake: Minor Makefile improvement
PR: 256861
---
math/polymake/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/math/polymake/Makefile b/math/polymake/Makefile
index e1ca6c43c76f..097714d1f003 100644
--- a/math/polymake/Makefile
+++ b/math/polymake/Makefile
@@ -156,7 +156,6 @@ post-install:
${STRIP_CMD} \
${STAGEDIR}${PREFIX}/lib/libpolymake.so.${DISTVERSION} \
- ${STAGEDIR}${PREFIX}/libexec/polymake/lib/ideal.so
.for _lp in libpolymake-apps libpolymake-apps-rt
${RLN} ${STAGEDIR}${PREFIX}/lib/${_lp}.so.${DISTVERSION} \
@@ -179,7 +178,7 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/polymake/perlx/${PERL_VERSION}/${PERL_ARCHNAME}/auto/Polymake/Ext/Ext.so
-.for l in common fan fulton graph group matroid polytope topaz tropical
+.for l in common fan fulton graph group ideal matroid polytope topaz tropical
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/polymake/lib/${l}.so
.endfor
More information about the dev-commits-ports-all
mailing list