aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:29:37 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:29:37 +0000
commit52f80c9e629b6998ff3ae26f5339f38c4cf3286f (patch)
treebf6408e2436155eb7344672d2b47cafc7fcb26ec
parent0eeb45b61dedc4b67a9eec67a8ef3f90d0b8d4f2 (diff)
downloadports-52f80c9e629b6998ff3ae26f5339f38c4cf3286f.tar.gz
ports-52f80c9e629b6998ff3ae26f5339f38c4cf3286f.zip
math/reed-solomon: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--math/reed-solomon/Makefile2
-rw-r--r--math/reed-solomon/pkg-plist2
2 files changed, 3 insertions, 1 deletions
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