diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-24 09:37:28 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-24 09:38:21 +0000 |
commit | dc2560a751b102cd7b11317a45a4bd6814d521d4 (patch) | |
tree | f9e9290c859cbb2bf7bbc0db5d5e6b0b795bda48 | |
parent | 52097d6c682362b76c65431f5adb14de274b4cca (diff) | |
download | ports-dc2560a751b102cd7b11317a45a4bd6814d521d4.tar.gz ports-dc2560a751b102cd7b11317a45a4bd6814d521d4.zip |
x11/lumina-coreutils: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | x11/lumina-coreutils/Makefile | 3 | ||||
-rw-r--r-- | 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 |