summaryrefslogtreecommitdiffstats
path: root/share/skel
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 /share/skel
parent2dfe4da949340502e028fbac90bf09eba18cda97 (diff)
downloadFreeBSD-src-21a73065663169869a66e64c2abe0eb79d794343.zip
FreeBSD-src-21a73065663169869a66e64c2abe0eb79d794343.tar.gz
MFC r290083:
Use more appropriate ${SHAREDIR} rather than /usr/share.
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile
index ffe8015..9f8bf2f 100644
--- a/share/skel/Makefile
+++ b/share/skel/Makefile
@@ -5,8 +5,8 @@ FILESGROUPS= FILES1 FILES2
FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
dot.shrc
FILES2= dot.mail_aliases dot.rhosts
-FILES1DIR= /usr/share/skel
-FILES2DIR= /usr/share/skel
+FILES1DIR= ${SHAREDIR}/skel
+FILES2DIR= ${SHAREDIR}/skel
FILES1MODE= 0644
FILES2MODE= 0600
NO_OBJ=
OpenPOWER on IntegriCloud