Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 13:19:58 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 09c68a2b042c - main - net-mgmt/seafile-client: Move man pages to share/man
Message-ID:  <202403201319.42KDJwRJ001116@gitrepo.freebsd.org>

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

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

commit 09c68a2b042c54e79557f41b06b7932f1727d9f9
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 13:10:19 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 13:19:32 +0000

    net-mgmt/seafile-client: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/seafile-client/Makefile  | 2 ++
 net-mgmt/seafile-client/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/seafile-client/Makefile b/net-mgmt/seafile-client/Makefile
index 590c97460630..1a5747cd9886 100644
--- a/net-mgmt/seafile-client/Makefile
+++ b/net-mgmt/seafile-client/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	seafile-client
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.0.4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ultima@FreeBSD.org
@@ -35,6 +36,7 @@ CONFLICTS=	seafile-server
 SHEBANG_FILES=	*.sh scripts/*.sh app/seaf-cli integration-tests/*.sh
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV=	SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
 CPPFLAGS+=	-I${LOCALBASE}/include/evhtp
 
diff --git a/net-mgmt/seafile-client/pkg-plist b/net-mgmt/seafile-client/pkg-plist
index a9780e1e93fa..d9c93321a60e 100644
--- a/net-mgmt/seafile-client/pkg-plist
+++ b/net-mgmt/seafile-client/pkg-plist
@@ -15,5 +15,5 @@ lib/libseafile.so.0.0.0
 %%PYTHON_SITELIBDIR%%/seafile/__pycache__/rpcclient.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/seafile/__pycache__/rpcclient.cpython-%%PYTHON_SUFFIX%%.pyc
 libdata/pkgconfig/libseafile.pc
-man/man1/seaf-cli.1.gz
-man/man1/seaf-daemon.1.gz
+share/man/man1/seaf-cli.1.gz
+share/man/man1/seaf-daemon.1.gz



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