From 645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 5 Aug 2021 13:37:18 -0500 Subject: [PATCH] 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