diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2021-08-05 18:37:18 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2021-08-06 03:31:40 +0000 |
commit | 645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936 (patch) | |
tree | 560b1bfb91e5305a9e33a992f97d81a08c5cfba1 /share/numericdef | |
parent | 739de953ecc13afa930e2f55b7ee2a04e41e3519 (diff) | |
download | src-645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936.tar.gz src-645b46d379a028b7a7b2c5a54ecfc1ab5a0b8936.zip |
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
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |