diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-16 09:53:04 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-16 11:57:56 +0000 |
commit | 8449f3f1e6407f81efa5f125c6de0b5af65c8810 (patch) | |
tree | 07ed6388850bdcd1bdd7386fe3b2b24a83107a37 | |
parent | 014107f42d0e26dc753c87435adc38e16205fda4 (diff) |
deskutils/nextcloudclient: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r-- | deskutils/nextcloudclient/Makefile | 2 | ||||
-rw-r--r-- | 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 |