Date: Fri, 6 Aug 2021 03:31:48 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 645b46d379a0 - main - pkgbase: fix locale packages Message-ID: <202108060331.1763Vmp2066875@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936 commit 645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-08-05 18:37:18 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-08-06 03:31:40 +0000 pkgbase: fix locale packages Most places spelled it -locales, but numericdef spelled it as -locale in just this one place. Pluralize it. Reviewed by: emaste, manu Fixes: 0fa5403d493b ("pkgbase: move locales into their own package") Differential Revision: https://reviews.freebsd.org/D31428 --- share/numericdef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 90e2551570b5..12cc7dc68ab1 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE= locale +PACKAGE= locales LOCALEDIR= ${SHAREDIR}/locale FILESNAME= LC_NUMERIC .SUFFIXES: .src .out
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108060331.1763Vmp2066875>