summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-24 14:41:51 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-24 14:41:51 +0000
commitd3c87514db92c1d6ad9106b789109efa1e2cf353 (patch)
treefece658cfb1ba0ab6c0b0133a1982698e5119d63 /etc
parent3407334ae2f972e6c8c12f3557734dc426e570fc (diff)
downloadsrc-test-d3c87514db92c1d6ad9106b789109efa1e2cf353.tar.gz
src-test-d3c87514db92c1d6ad9106b789109efa1e2cf353.zip
Tag NLS aliases with pkgbase package
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. [This is r356990 reapplied with a corrected commit message.] Discussed with: manu
Notes
Notes: svn path=/head/; revision=357080
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 cdec5080a1f78..dbb53309dca69 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