summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-22 18:40:19 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-22 18:40:19 +0000
commit6ed1dc004a4b9f50c1b9d672578924af2f9aaf39 (patch)
tree1e45ecbc2bf33780e55a44ff0fedbd56d000ac89 /etc
parenta3b0db5b0a0ba3f572a152773c2ab525d0be9f6a (diff)
downloadsrc-test2-6ed1dc004a4b9f50c1b9d672578924af2f9aaf39.tar.gz
src-test2-6ed1dc004a4b9f50c1b9d672578924af2f9aaf39.zip
Tag NLS aliases with package=runtime
POSIX and en_US.US_ASCII are aliases (symlinks) to the C locale. They were not previously tagged with a pkgbase pacakge. Add the tag so that they are handled correctly on pkgbase-installed/updated systems. Discussed with: manu
Notes
Notes: svn path=/head/; revision=356990
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index cdec5080a1f7..dbb53309dca6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -164,7 +164,8 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
.endif
.if ${MK_NLS} != "no"
.for alias nls in ${NLS_ALIASES}
- ${INSTALL_SYMLINK} "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
+ ${INSTALL_SYMLINK} -T "package=utilities" \
+ "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
.endfor
.endif