git: 52f80c9e629b - main - math/reed-solomon: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=52f80c9e629b6998ff3ae26f5339f38c4cf3286f commit 52f80c9e629b6998ff3ae26f5339f38c4cf3286f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:29:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:29:37 +0000 math/reed-solomon: Moved man to share/man Approved by: portmgr (blanket) --- math/reed-solomon/Makefile | 2 ++ math/reed-solomon/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/math/reed-solomon/Makefile b/math/reed-solomon/Makefile index 48af374a437f..b570c9a3a51d 100644 --- a/math/reed-solomon/Makefile +++ b/math/reed-solomon/Makefile @@ -1,5 +1,6 @@ PORTNAME= reed-solomon PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.ka9q.net/code/fec/ @@ -8,6 +9,7 @@ COMMENT= Reed-Solomon CODEC library WWW= http://www.ka9q.net/code/fec/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake USE_LDCONFIG= yes MAKEFILE= makefile diff --git a/math/reed-solomon/pkg-plist b/math/reed-solomon/pkg-plist index 21d438f24de4..4c82fee28a93 100644 --- a/math/reed-solomon/pkg-plist +++ b/math/reed-solomon/pkg-plist @@ -2,4 +2,4 @@ include/rs.h lib/librs.a lib/librs.so lib/librs.so.4.0.0 -man/man3/rs.3.gz +share/man/man3/rs.3.gz