Date: Wed, 21 Feb 2024 15:19:12 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c00db72dd31 - main - misc/help2man: Sort PLIST after 9d2a58fa6bdd005f0efad9b246fc54f37c2391b7 Message-ID: <202402211519.41LFJCPD016682@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c00db72dd31b0fb7e3d09d28f3c7e790ec81dfa commit 4c00db72dd31b0fb7e3d09d28f3c7e790ec81dfa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:26:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:34 +0000 misc/help2man: Sort PLIST after 9d2a58fa6bdd005f0efad9b246fc54f37c2391b7 --- misc/help2man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 295dc9e89efa..f602407ef9cd 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -35,8 +35,8 @@ NLS_INFO+= help2man-${lang} .endfor .for lang in da de el eo es fi fr hr hu it ja ko nb pl pt_BR ro ru sr sv ta uk vi zh_CN -NLS_PLIST_FILES+= share/man/${lang}/man1/help2man.1.gz \ - share/locale/${lang}/LC_MESSAGES/help2man.mo +NLS_PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/help2man.mo \ + share/man/${lang}/man1/help2man.1.gz .endfor .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211519.41LFJCPD016682>