Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:51:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 931ef787ea91 - main - science/cgribex: Simplify Makefile
Message-ID:  <202105112151.14BLpdWk093703@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=931ef787ea9100d90d8fb40c39de6ff85857968e

commit 931ef787ea9100d90d8fb40c39de6ff85857968e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:14:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:47:00 +0000

    science/cgribex: Simplify Makefile
---
 science/cgribex/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/cgribex/Makefile b/science/cgribex/Makefile
index 981752545c68..5c8148f47dee 100644
--- a/science/cgribex/Makefile
+++ b/science/cgribex/Makefile
@@ -33,6 +33,6 @@ post-configure:
 	@${REINPLACE_CMD} -e 's|-Ino/include||g; s|-Lno/lib||g' ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so
 
 .include <bsd.port.mk>



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