aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-18 22:55:18 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-18 22:55:18 +0000
commit2491838ff53958b29a8a6b3c1789b9b5370088fb (patch)
tree38a0f6cec956ccd637f82316b29b9be7e57bf9ca /share/msgdef
parentdb31773f3e6212ac33301a6ff4daa435f52a8ced (diff)
downloadsrc-2491838ff53958b29a8a6b3c1789b9b5370088fb.tar.gz
src-2491838ff53958b29a8a6b3c1789b9b5370088fb.zip
Notes
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 3f2232579d0c..21e777603ecc 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -134,11 +134,4 @@ SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
.endfor
.endfor
-beforeinstall:
-.for locale in ${LOCALES}
-.if exists(${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES/)
- rm -rf ${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES
-.endif
-.endfor
-
.include <bsd.prog.mk>