diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-11-26 16:47:28 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-11-26 16:47:28 +0000 |
commit | 58bc9c9abf9e7d3da5b2d040784d65e4e160ed7b (patch) | |
tree | e779a3eaf8fea75be86214d26f1e04e61de94b51 /math/gh-bc/Makefile | |
parent | 3ea72427869ca109d1871a71f58976c076d2109d (diff) | |
download | freebsd-ports-58bc9c9abf9e7d3da5b2d040784d65e4e160ed7b.zip |
Upgrade to version 3.2.0
This update fixes an issue in the bessel function
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r-- | math/gh-bc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 8e69e9c6d78d..29b97fbe3b4b 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.1.6 +PORTVERSION= 3.2.0 CATEGORIES= math lang PKGNAMEPREFIX= gh- @@ -33,8 +33,8 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/ ${LN} ${STAGEDIR}${PREFIX}/bin/bc ${STAGEDIR}${PREFIX}/bin/dc - ${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/nls/C ${WRKSRC}/locale_install.sh ${STAGEDIR}${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} ${MV} ${STAGEDIR}${PREFIX}/share/nls/en_US/bc.cat ${STAGEDIR}${PREFIX}/share/nls/C/ |