git: 1e81862e433d - main - math/simd-viterbi: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e81862e433d036c58c34f40bf0695176ac01b6f commit 1e81862e433d036c58c34f40bf0695176ac01b6f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:31:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:31:35 +0000 math/simd-viterbi: Moved man to share/man Approved by: portmgr (blanket) --- math/simd-viterbi/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/simd-viterbi/Makefile b/math/simd-viterbi/Makefile index 02056bdd3908..7f67c818ca73 100644 --- a/math/simd-viterbi/Makefile +++ b/math/simd-viterbi/Makefile @@ -1,6 +1,6 @@ PORTNAME= simd-viterbi PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.ka9q.net/code/fec/ @@ -9,13 +9,14 @@ COMMENT= Fast Viterbi CODEC library WWW= http://www.ka9q.net/code/fec/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake USE_LDCONFIG= yes MAKEFILE= makefile PLIST_FILES= include/parity.h include/viterbi27.h include/viterbi29.h \ lib/libviterbi.a lib/libviterbi.so lib/libviterbi.so.2 \ - man/man3/simd-viterbi.3.gz + share/man/man3/simd-viterbi.3.gz PLIST= ${WRKDIR}/pkg-plist .include <bsd.port.pre.mk>