Date: Thu, 14 Mar 2024 12:18:45 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 359ff4a8fe20 - main - misc/lxde-common: Move man pages to share/man Message-ID: <202403141218.42ECIj3G097009@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=359ff4a8fe20853236b03f2348c5878a6e3c9c15 commit 359ff4a8fe20853236b03f2348c5878a6e3c9c15 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-14 12:07:31 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-14 12:18:38 +0000 misc/lxde-common: Move man pages to share/man Approved by: portmgr (blanket) --- misc/lxde-common/Makefile | 3 ++- misc/lxde-common/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile index 65bff44769b5..9d27e72d2f8c 100644 --- a/misc/lxde-common/Makefile +++ b/misc/lxde-common/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxde-common PORTVERSION= 0.99.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/${PORTNAME}%20${PORTVERSION:R}/ @@ -18,6 +18,7 @@ RUN_DEPENDS= lxde-icon-theme>=0:x11-themes/lxde-icon-theme \ USES= gettext-tools gmake gnome localbase tar:xz USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-xsession-path=${PREFIX}/share/xsessions NO_ARCH= yes diff --git a/misc/lxde-common/pkg-plist b/misc/lxde-common/pkg-plist index 68d46a34ea55..b003ee239805 100644 --- a/misc/lxde-common/pkg-plist +++ b/misc/lxde-common/pkg-plist @@ -8,9 +8,6 @@ etc/xdg/lxsession/LXDE/autostart etc/xdg/openbox/LXDE/menu.xml etc/xdg/openbox/LXDE/rc.xml @sample etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample -man/man1/lxde-logout.1.gz -man/man1/openbox-lxde.1.gz -man/man1/startlxde.1.gz share/applications/lxde-logout.desktop share/applications/lxde-screenlock.desktop %%DATADIR%%/images/logout-banner.png @@ -18,4 +15,7 @@ share/applications/lxde-screenlock.desktop %%DATADIR%%/wallpapers/lxde_blue.jpg %%DATADIR%%/wallpapers/lxde_green.jpg %%DATADIR%%/wallpapers/lxde_red.jpg +share/man/man1/lxde-logout.1.gz +share/man/man1/openbox-lxde.1.gz +share/man/man1/startlxde.1.gz share/xsessions/LXDE.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403141218.42ECIj3G097009>