diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-02-28 21:01:33 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-02-28 21:01:33 +0000 |
commit | b7e9778734563e5b4a33dbede24a1afe85db9e13 (patch) | |
tree | ae0715c847ff5322f136dd9d43bae40c88084c21 /science/cgnslib/Makefile | |
parent | 76c6c68aad15f09e40caa07c202ac2492977935b (diff) |
Notes
Diffstat (limited to 'science/cgnslib/Makefile')
-rw-r--r-- | science/cgnslib/Makefile | 4 |
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> |