summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-24 14:40:37 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-24 14:40:37 +0000
commit3407334ae2f972e6c8c12f3557734dc426e570fc (patch)
treee7c25403378f1d684a42b6468463d46473748763 /etc/Makefile
parentb9a6330da35b8bf87d21c2d78aa3dbcb887c23c6 (diff)
downloadsrc-test-3407334ae2f972e6c8c12f3557734dc426e570fc.tar.gz
src-test-3407334ae2f972e6c8c12f3557734dc426e570fc.zip
revert r356990 to reapply with correct commit message
Requested by: rgrimes
Notes
Notes: svn path=/head/; revision=357079
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index dbb53309dca69..cdec5080a1f78 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -164,8 +164,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
.endif
.if ${MK_NLS} != "no"
.for alias nls in ${NLS_ALIASES}
- ${INSTALL_SYMLINK} -T "package=utilities" \
- "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
+ ${INSTALL_SYMLINK} "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
.endfor
.endif