aboutsummaryrefslogtreecommitdiff
path: root/science/cgnslib/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-02-28 21:01:33 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-02-28 21:01:33 +0000
commitb7e9778734563e5b4a33dbede24a1afe85db9e13 (patch)
treeae0715c847ff5322f136dd9d43bae40c88084c21 /science/cgnslib/Makefile
parent76c6c68aad15f09e40caa07c202ac2492977935b (diff)
Notes
Diffstat (limited to 'science/cgnslib/Makefile')
-rw-r--r--science/cgnslib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile
index 41274e453f14..ff23bc118149 100644
--- a/science/cgnslib/Makefile
+++ b/science/cgnslib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cgnslib
-PORTVERSION= 3.4.1
+PORTVERSION= 4.0.0
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= science
@@ -50,7 +50,7 @@ TOOLS_CMAKE_ON= -DTCL_INCLUDE_PATH:STRING="${TCL_INCLUDEDIR}" \
-DTK_INCLUDE_PATH:STRING="${TK_INCLUDEDIR}"
post-install:
- ${RLN} ${STAGEDIR}${PREFIX}/lib/libcgns.so.${PORTVERSION} \
+ ${RLN} ${STAGEDIR}${PREFIX}/lib/libcgns.so.${PORTVERSION:R} \
${STAGEDIR}${PREFIX}/lib/libcgns.so.${PORTVERSION:R:R}
.include <bsd.port.mk>