diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
commit | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /x11/kkbswitch | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.tar.gz |
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
Diffstat (limited to 'x11/kkbswitch')
-rw-r--r-- | x11/kkbswitch/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/kkbswitch/PLIST b/x11/kkbswitch/PLIST index caaf5c15f4a..f1bb2da6369 100644 --- a/x11/kkbswitch/PLIST +++ b/x11/kkbswitch/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/09/22 13:26:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:48 jlam Exp $ bin/kkbswitch man/man1/kkbswitch.1 share/doc/kde/HTML/en/kkbswitch/code_style.png @@ -13,13 +13,13 @@ share/kde/apps/kconf_update/kkbswitch_update_14_icons share/kde/apps/kconf_update/kkbswitch_update_14_options share/kde/apps/kkbswitch/group_names share/kde/autostart/kkbswitch.desktop -${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/kkbswitch.mo -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/kkbswitch.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/kkbswitch.mo -${PKGLOCALEDIR}/locale/he/LC_MESSAGES/kkbswitch.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/kkbswitch.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/kkbswitch.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/kkbswitch.mo +share/locale/bg/LC_MESSAGES/kkbswitch.mo +share/locale/cs/LC_MESSAGES/kkbswitch.mo +share/locale/el/LC_MESSAGES/kkbswitch.mo +share/locale/he/LC_MESSAGES/kkbswitch.mo +share/locale/ru/LC_MESSAGES/kkbswitch.mo +share/locale/sk/LC_MESSAGES/kkbswitch.mo +share/locale/uk/LC_MESSAGES/kkbswitch.mo @comment in kde: @dirrm share/kde/autostart @dirrm share/kde/apps/kkbswitch @comment in kde: @dirrm share/kde/apps/kconf_update |