diff options
author | cjep <cjep> | 2003-04-27 14:57:55 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 14:57:55 +0000 |
commit | bbebe46af6820e889c7155bd04db0b2f0e8c974e (patch) | |
tree | e6869310a9423d689258c9717f57a6ed64786cab /wm/enlightenment | |
parent | 9d315f3cb213e9fd172a8255cf6d1d9bbfae0922 (diff) | |
download | pkgsrc-bbebe46af6820e889c7155bd04db0b2f0e8c974e.tar.gz |
Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...
Diffstat (limited to 'wm/enlightenment')
-rw-r--r-- | wm/enlightenment/PLIST | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/wm/enlightenment/PLIST b/wm/enlightenment/PLIST index a1bd49ccb0a..97085600ef7 100644 --- a/wm/enlightenment/PLIST +++ b/wm/enlightenment/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/04/27 12:42:52 cjep Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/04/27 14:57:55 cjep Exp $ bin/dox bin/e_cache_clean bin/e_cache_query @@ -2679,20 +2679,20 @@ share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.japanese share/enlightenment/themes/ShinyMetal/ttfonts/rothwell.ttf share/enlightenment/themes/ShinyMetal/ttfonts/zirkle.ttf share/enlightenment/themes/ShinyMetal/windowmatches.cfg -${PKGLOCALEDIR}/de/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/es/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/fr/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/hu/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/ko/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/nl/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/no/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/pt/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/ru/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/sv/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/tr/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/dk/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/en_US/LC_MESSAGES/enlightenment.mo -${PKGLOCALEDIR}/pt_BR/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/dk/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES/enlightenment.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/enlightenment.mo @exec ln -sf BrushedMetal-Tigert %D/share/enlightenment/themes/DEFAULT @unexec rm -f %D/share/enlightenment/themes/DEFAULT @dirrm share/enlightenment/themes/ShinyMetal/ttfonts |