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 /chat/kmess | |
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 'chat/kmess')
-rw-r--r-- | chat/kmess/PLIST | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/chat/kmess/PLIST b/chat/kmess/PLIST index da30198de78..6f79b7e5485 100644 --- a/chat/kmess/PLIST +++ b/chat/kmess/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/16 18:19:01 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:13 jlam Exp $ bin/kmess share/doc/kde/HTML/en/kmess/common share/doc/kde/HTML/en/kmess/index.cache.bz2 @@ -95,21 +95,21 @@ share/kde/sounds/kmess_chat.ogg share/kde/sounds/kmess_logoff.ogg share/kde/sounds/kmess_logon.ogg share/kde/sounds/kmess_msg.ogg -${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/th/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/zh_CN.GB18030/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/kmess.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/kmess.mo +share/locale/ar/LC_MESSAGES/kmess.mo +share/locale/ca/LC_MESSAGES/kmess.mo +share/locale/de/LC_MESSAGES/kmess.mo +share/locale/es/LC_MESSAGES/kmess.mo +share/locale/fr/LC_MESSAGES/kmess.mo +share/locale/it/LC_MESSAGES/kmess.mo +share/locale/ko/LC_MESSAGES/kmess.mo +share/locale/nb/LC_MESSAGES/kmess.mo +share/locale/nl/LC_MESSAGES/kmess.mo +share/locale/pt_BR/LC_MESSAGES/kmess.mo +share/locale/th/LC_MESSAGES/kmess.mo +share/locale/tr/LC_MESSAGES/kmess.mo +share/locale/zh_CN.GB18030/LC_MESSAGES/kmess.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmess.mo +share/locale/zh_CN/LC_MESSAGES/kmess.mo @comment in kdelibs3: @dirrm share/kde/sounds @comment in kdelibs3: @dirrm share/kde/icons/locolor/48x48/apps @comment in kdelibs3: @dirrm share/kde/icons/locolor/48x48 |