Date: Mon, 26 Feb 2024 18:40:49 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: 9dfb8ca99de9 - main - x11-wm/xfce4-session: Moved man to share/man Message-ID: <202402261840.41QIen7O043544@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=9dfb8ca99de9d14d93e95a80c05c9343c7f3dd30 commit 9dfb8ca99de9d14d93e95a80c05c9343c7f3dd30 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 18:16:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:27 +0000 x11-wm/xfce4-session: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/xfce4-session/Makefile | 3 ++- x11-wm/xfce4-session/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index c7cb90be72fd..cbe78832d139 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-session PORTVERSION= 4.18.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -24,6 +24,7 @@ USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-legacy-sm \ --with-xsession-prefix=${PREFIX} SUB_FILES= pkg-message diff --git a/x11-wm/xfce4-session/pkg-plist b/x11-wm/xfce4-session/pkg-plist index 0e7a9b38b819..610e76d47d73 100644 --- a/x11-wm/xfce4-session/pkg-plist +++ b/x11-wm/xfce4-session/pkg-plist @@ -8,8 +8,8 @@ etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @(,,755) etc/xdg/xfce4/xinitrc lib/xfce4/session/xfsm-shutdown-helper -man/man1/xfce4-session-logout.1.gz -man/man1/xfce4-session.1.gz +share/man/man1/xfce4-session-logout.1.gz +share/man/man1/xfce4-session.1.gz share/applications/xfce-session-settings.desktop share/applications/xfce4-session-logout.desktop share/icons/hicolor/128x128/apps/org.xfce.session.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261840.41QIen7O043544>