Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2024 20:15:10 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1cb8750d578 - main - security/libpreludedb: Moved man to share/man
Message-ID:  <202402012015.411KFApI052445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b1cb8750d57864f8a81df4d243c80c92cefbf1c3

commit b1cb8750d57864f8a81df4d243c80c92cefbf1c3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-31 16:13:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-01 20:00:50 +0000

    security/libpreludedb: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/libpreludedb/Makefile  | 2 ++
 security/libpreludedb/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index bcb5075d0704..2c7c196ec090 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libpreludedb
 PORTVERSION=	5.2.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://www.prelude-siem.org/attachments/download/1393/
 
@@ -21,6 +22,7 @@ USE_LDCONFIG=	yes
 SHEBANG_FILES=	preludedb-admin
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--without-swig
 CONFIGURE_ENV=	PYTHON3=${PYTHON_CMD}
 
diff --git a/security/libpreludedb/pkg-plist b/security/libpreludedb/pkg-plist
index 4ca8f4fb3fce..734eb2cdf263 100644
--- a/security/libpreludedb/pkg-plist
+++ b/security/libpreludedb/pkg-plist
@@ -22,8 +22,8 @@ lib/libpreludedb/plugins/formats/classic.so
 %%MYSQL%%lib/libpreludedb/plugins/sql/mysql.so
 %%PGSQL%%lib/libpreludedb/plugins/sql/pgsql.so
 %%SQLITE%%lib/libpreludedb/plugins/sql/sqlite3.so
-man/man1/libpreludedb-config.1.gz
-man/man1/preludedb-admin.1.gz
+share/man/man1/libpreludedb-config.1.gz
+share/man/man1/preludedb-admin.1.gz
 share/aclocal/libpreludedb.m4
 %%PORTDOCS%%share/gtk-doc/html/libpreludedb/api-index-full.html
 %%PORTDOCS%%share/gtk-doc/html/libpreludedb/ch01.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402012015.411KFApI052445>