summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:21:05 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:21:05 +0000
commit21a73065663169869a66e64c2abe0eb79d794343 (patch)
treee485b4e9e8b2808cc1bcd27bcbe06a3dc7af08d8 /usr.bin/vi
parent2dfe4da949340502e028fbac90bf09eba18cda97 (diff)
downloadFreeBSD-src-21a73065663169869a66e64c2abe0eb79d794343.zip
FreeBSD-src-21a73065663169869a66e64c2abe0eb79d794343.tar.gz
MFC r290083:
Use more appropriate ${SHAREDIR} rather than /usr/share.
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/catalog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/catalog/Makefile b/usr.bin/vi/catalog/Makefile
index bd9db9f..30bc12c 100644
--- a/usr.bin/vi/catalog/Makefile
+++ b/usr.bin/vi/catalog/Makefile
@@ -115,7 +115,7 @@ SVLINKS= sv_SE
PLLINKS= pl_PL
FILES= ${CATALOGS}
-FILESDIR= /usr/share/vi/catalog
+FILESDIR= ${SHAREDIR}/vi/catalog
SYMLINKS=
.for l in ${NLLINKS}
SYMLINKS+= dutch ${FILESDIR}/$l.ISO8859-1
OpenPOWER on IntegriCloud