The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936
commit 645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936 Author: Kyle Evans <[email protected]> AuthorDate: 2021-08-05 18:37:18 +0000 Commit: Kyle Evans <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
