git: 645b46d379a0 - main - pkgbase: fix locale packages

Kyle Evans kevans at FreeBSD.org
Fri Aug 6 03:31:49 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936

commit 645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-08-05 18:37:18 +0000
Commit:     Kyle Evans <kevans at 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


More information about the dev-commits-src-all mailing list