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/xchat | |
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/xchat')
-rw-r--r-- | chat/xchat/PLIST | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST index befef7d5b96..de5257347d5 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,18 +1,18 @@ -@comment $NetBSD: PLIST,v 1.8 2006/03/14 19:06:19 tron Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:13 jlam Exp $ bin/xchat share/applications/xchat.desktop -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xchat.mo +share/locale/de/LC_MESSAGES/xchat.mo +share/locale/el/LC_MESSAGES/xchat.mo +share/locale/fi/LC_MESSAGES/xchat.mo +share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/gl/LC_MESSAGES/xchat.mo +share/locale/hu/LC_MESSAGES/xchat.mo +share/locale/ko/LC_MESSAGES/xchat.mo +share/locale/nl/LC_MESSAGES/xchat.mo +share/locale/pa/LC_MESSAGES/xchat.mo +share/locale/sq/LC_MESSAGES/xchat.mo +share/locale/vi/LC_MESSAGES/xchat.mo +share/locale/zh_TW/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png @comment in xdg-dirs: @dirrm share/pixmaps @comment in xdg-dirs: @dirrm share/applications |