pkgbase: move locales into their own package
The only exception here being C.UTF-8 as this is the default locales so it needs to always be installed Reviewed by: pkgbase (emaste) Differential Revision: https://reviews.freebsd.org/D31397
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Warning: Do not edit. This file is automatically generated from the
|
||||
# tools in /usr/src/tools/tools/locale.
|
||||
|
||||
PACKAGE= locales
|
||||
LOCALEDIR= ${SHAREDIR}/locale
|
||||
FILESNAME= LC_NUMERIC
|
||||
.SUFFIXES: .src .out
|
||||
@@ -99,6 +100,7 @@ CLEANFILES= ${FILES}
|
||||
.for f t in ${SAME}
|
||||
DIRS+= LOCALEDIR_$t
|
||||
LOCALEDIR_$t= ${LOCALEDIR}/$t
|
||||
LOCALEDIR_$tPACKAGE= locales
|
||||
SYMLINKS+= ../$f/${FILESNAME} \
|
||||
${LOCALEDIR}/$t/${FILESNAME}
|
||||
.endfor
|
||||
|
||||
Reference in New Issue
Block a user