Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2021 21:58:52 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 975dd5cfa15e - main - math/polymake: Minor Makefile improvement
Message-ID:  <202108242158.17OLwq95005957@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b

commit 975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2021-08-24 21:57:30 +0000
Commit:     Yuri Victorovich <yuri@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
 



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