git: 931ef787ea91 - main - science/cgribex: Simplify Makefile
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:51:40 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=931ef787ea9100d90d8fb40c39de6ff85857968e
commit 931ef787ea9100d90d8fb40c39de6ff85857968e
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:57 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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>
More information about the dev-commits-ports-all
mailing list