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 /www/kazehakase | |
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 'www/kazehakase')
-rw-r--r-- | www/kazehakase/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/kazehakase/PLIST b/www/kazehakase/PLIST index aa206370f14..ad38d0019d2 100644 --- a/www/kazehakase/PLIST +++ b/www/kazehakase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/01/04 23:59:40 reed Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:37 jlam Exp $ bin/kazehakase man/man1/kazehakase.1 share/applications/kazehakase.desktop @@ -57,10 +57,10 @@ share/kazehakase/icons/kz-view-source.png share/kazehakase/icons/kz-yellow.png share/kazehakase/kz-no-thumbnail.png share/kazehakase/search-result.css -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/kazehakase.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kazehakase.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/kazehakase.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/kazehakase.mo +share/locale/cs/LC_MESSAGES/kazehakase.mo +share/locale/fr/LC_MESSAGES/kazehakase.mo +share/locale/ja/LC_MESSAGES/kazehakase.mo +share/locale/ru/LC_MESSAGES/kazehakase.mo share/pixmaps/kazehakase-icon.png @comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/kazehakase/icons |