1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/reed-solomon: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 20:29:37 +01:00
parent 0eeb45b61d
commit 52f80c9e62
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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