Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 11:58:15 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: 8449f3f1e640 - main - deskutils/nextcloudclient: Sanitize MANPREFIX
Message-ID:  <202401161158.40GBwFS4083091@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=8449f3f1e6407f81efa5f125c6de0b5af65c8810

commit 8449f3f1e6407f81efa5f125c6de0b5af65c8810
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-16 09:53:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-16 11:57:56 +0000

    deskutils/nextcloudclient: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 deskutils/nextcloudclient/Makefile  | 2 +-
 deskutils/nextcloudclient/pkg-plist | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index 35f27866eaff..e6bd56daea42 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nextcloudclient
 PORTVERSION=	3.11.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
 
@@ -23,7 +24,6 @@ USE_QT=		buildtools:build concurrent core dbus declarative graphicaleffects \
 		quickcontrols2 sql svg websockets widgets xml
 
 CMAKE_ARGS=	-DBUILD_UPDATER:BOOL=OFF \
-		-DCMAKE_INSTALL_MANDIR:STRING=man \
 		-DWITH_STACK_PROTECTOR:BOOL=OFF
 
 PLIST_SUB=	VERSION=${PORTVERSION}
diff --git a/deskutils/nextcloudclient/pkg-plist b/deskutils/nextcloudclient/pkg-plist
index 24afda8b110a..85a1b6bb082e 100644
--- a/deskutils/nextcloudclient/pkg-plist
+++ b/deskutils/nextcloudclient/pkg-plist
@@ -18,8 +18,8 @@ lib/libnextcloudsync.so
 lib/libnextcloudsync.so.0
 lib/libnextcloudsync.so.%%VERSION%%
 lib/nextcloudsync_vfs_suffix.so
-%%DOCS%%man/man1/nextcloud.1.gz
-%%DOCS%%man/man1/nextcloudcmd.1.gz
+%%DOCS%%share/man/man1/nextcloud.1.gz
+%%DOCS%%share/man/man1/nextcloudcmd.1.gz
 %%KDE%%%%QT_PLUGINDIR%%/kf5/kfileitemaction/nextclouddolphinactionplugin.so
 %%KDE%%%%QT_PLUGINDIR%%/kf5/overlayicon/nextclouddolphinoverlayplugin.so
 share/applications/com.nextcloud.desktopclient.nextcloud.desktop



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