Date: Sun, 24 Mar 2024 09:38:43 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: dc2560a751b1 - main - x11/lumina-coreutils: Move man pages to share/man Message-ID: <202403240938.42O9chVb098614@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=dc2560a751b102cd7b11317a45a4bd6814d521d4 commit dc2560a751b102cd7b11317a45a4bd6814d521d4 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-24 09:37:28 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-24 09:38:21 +0000 x11/lumina-coreutils: Move man pages to share/man Approved by: portmgr (blanket) --- x11/lumina-coreutils/Makefile | 3 +++ x11/lumina-coreutils/pkg-plist | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/x11/lumina-coreutils/Makefile b/x11/lumina-coreutils/Makefile index 11c6663b0cd0..7104e0fc1fa4 100644 --- a/x11/lumina-coreutils/Makefile +++ b/x11/lumina-coreutils/Makefile @@ -1,6 +1,7 @@ PORTNAME= lumina-coreutils DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jwb@FreeBSD.org @@ -20,6 +21,8 @@ USE_GITHUB= yes GH_ACCOUNT= lumina-desktop GH_PROJECT= lumina +QMAKE_ARGS= L_MANDIR=${PREFIX}/share/man + OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/x11/lumina-coreutils/pkg-plist b/x11/lumina-coreutils/pkg-plist index 16680d221635..59df31826b10 100644 --- a/x11/lumina-coreutils/pkg-plist +++ b/x11/lumina-coreutils/pkg-plist @@ -1,9 +1,6 @@ bin/lumina-config bin/lumina-search bin/lumina-xconfig -man/man1/lumina-config.1.gz -man/man1/lumina-search.1.gz -man/man1/lumina-xconfig.1.gz share/applications/lumina-config.desktop share/applications/lumina-search.desktop share/applications/lumina-xconfig.desktop @@ -208,3 +205,6 @@ share/applications/lumina-xconfig.desktop %%NLS%%share/lumina-desktop/i18n/lumina-xconfig_zh_HK.qm %%NLS%%share/lumina-desktop/i18n/lumina-xconfig_zh_TW.qm %%NLS%%share/lumina-desktop/i18n/lumina-xconfig_zu.qm +share/man/man1/lumina-config.1.gz +share/man/man1/lumina-search.1.gz +share/man/man1/lumina-xconfig.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403240938.42O9chVb098614>