diff options
author | ru <ru@FreeBSD.org> | 2004-10-16 20:52:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-10-16 20:52:32 +0000 |
commit | 145e7daa7c54f9e90bbb37a86f321410241cb4d1 (patch) | |
tree | 1d566d6b2f62bcb7147f72d5b7dcebfee5311572 /share/timedef | |
parent | 350dc7e71e24fe3ee647d6dc5eb26c4c18df9e8b (diff) | |
download | FreeBSD-src-145e7daa7c54f9e90bbb37a86f321410241cb4d1.zip FreeBSD-src-145e7daa7c54f9e90bbb37a86f321410241cb4d1.tar.gz |
Install files with mode 444, as God intended.
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 66b326d..d14f23d 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -99,7 +99,6 @@ LOCALEDIR= /usr/share/locale FILES= ${LOCALES:S/$/.out/} FILESNAME= LC_TIME -FILESMODE= 644 # XXX .for locale in ${LOCALES} FILESDIR_${locale}.out= ${LOCALEDIR}/${locale} |