diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-01-24 14:41:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-01-24 14:41:51 +0000 |
| commit | d3c87514db92c1d6ad9106b789109efa1e2cf353 (patch) | |
| tree | fece658cfb1ba0ab6c0b0133a1982698e5119d63 /etc | |
| parent | 3407334ae2f972e6c8c12f3557734dc426e570fc (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 3 |
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 |
