aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 14:07:55 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 14:50:01 +0000
commita2f884bda3373d7ad0bf231f3069e5f8b2eaaf9d (patch)
tree53e3d081cd7088e3b3edab70cd03ff2ecdd55dff
parent86f46fb60dca197a5d47f5ea9a1a302774d785f2 (diff)
downloadports-a2f884bda3373d7ad0bf231f3069e5f8b2eaaf9d.tar.gz
ports-a2f884bda3373d7ad0bf231f3069e5f8b2eaaf9d.zip
devel/rgxg: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/rgxg/Makefile2
-rw-r--r--devel/rgxg/pkg-plist16
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/rgxg/Makefile b/devel/rgxg/Makefile
index 16314562c455..a84469b5023d 100644
--- a/devel/rgxg/Makefile
+++ b/devel/rgxg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rgxg
DISTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -15,6 +16,7 @@ BUILD_DEPENDS= m4:devel/m4
USES= autoreconf libtool pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
diff --git a/devel/rgxg/pkg-plist b/devel/rgxg/pkg-plist
index 00b7bb4fe63c..dd6539d0d35d 100644
--- a/devel/rgxg/pkg-plist
+++ b/devel/rgxg/pkg-plist
@@ -7,11 +7,11 @@ lib/librgxg.so
lib/librgxg.so.0
lib/librgxg.so.0.0.1
libdata/pkgconfig/rgxg.pc
-man/man1/rgxg.1.gz
-man/man3/rgxg_net_cidr_ipv4.3.gz
-man/man3/rgxg_net_cidr_ipv6.3.gz
-man/man3/rgxg_net_cidr_string.3.gz
-man/man3/rgxg_number_greaterequal.3.gz
-man/man3/rgxg_number_range.3.gz
-man/man3/rgxg_utils_alternation.3.gz
-man/man3/rgxg_utils_escape_string.3.gz
+share/man/man1/rgxg.1.gz
+share/man/man3/rgxg_net_cidr_ipv4.3.gz
+share/man/man3/rgxg_net_cidr_ipv6.3.gz
+share/man/man3/rgxg_net_cidr_string.3.gz
+share/man/man3/rgxg_number_greaterequal.3.gz
+share/man/man3/rgxg_number_range.3.gz
+share/man/man3/rgxg_utils_alternation.3.gz
+share/man/man3/rgxg_utils_escape_string.3.gz