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 | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /mail/mutt-devel/PLIST | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.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 'mail/mutt-devel/PLIST')
-rw-r--r-- | mail/mutt-devel/PLIST | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/mail/mutt-devel/PLIST b/mail/mutt-devel/PLIST index b5d1a8305ad..620aca64460 100644 --- a/mail/mutt-devel/PLIST +++ b/mail/mutt-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/04/11 13:57:51 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/04/17 07:07:24 jlam Exp $ bin/flea bin/mutt bin/muttbug @@ -72,33 +72,33 @@ share/examples/mutt/sample.muttrc share/examples/mutt/sample.muttrc-tlr share/examples/mutt/smime.rc share/examples/mutt/smime_keys_test.pl -${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/id/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/mutt.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/mutt.mo +share/locale/bg/LC_MESSAGES/mutt.mo +share/locale/ca/LC_MESSAGES/mutt.mo +share/locale/cs/LC_MESSAGES/mutt.mo +share/locale/da/LC_MESSAGES/mutt.mo +share/locale/de/LC_MESSAGES/mutt.mo +share/locale/el/LC_MESSAGES/mutt.mo +share/locale/eo/LC_MESSAGES/mutt.mo +share/locale/es/LC_MESSAGES/mutt.mo +share/locale/et/LC_MESSAGES/mutt.mo +share/locale/fr/LC_MESSAGES/mutt.mo +share/locale/gl/LC_MESSAGES/mutt.mo +share/locale/hu/LC_MESSAGES/mutt.mo +share/locale/id/LC_MESSAGES/mutt.mo +share/locale/it/LC_MESSAGES/mutt.mo +share/locale/ja/LC_MESSAGES/mutt.mo +share/locale/ko/LC_MESSAGES/mutt.mo +share/locale/lt/LC_MESSAGES/mutt.mo +share/locale/nl/LC_MESSAGES/mutt.mo +share/locale/pl/LC_MESSAGES/mutt.mo +share/locale/pt_BR/LC_MESSAGES/mutt.mo +share/locale/ru/LC_MESSAGES/mutt.mo +share/locale/sk/LC_MESSAGES/mutt.mo +share/locale/sv/LC_MESSAGES/mutt.mo +share/locale/tr/LC_MESSAGES/mutt.mo +share/locale/uk/LC_MESSAGES/mutt.mo +share/locale/zh_CN/LC_MESSAGES/mutt.mo +share/locale/zh_TW/LC_MESSAGES/mutt.mo @dirrm share/examples/mutt/iconv @dirrm share/examples/mutt @dirrm share/doc/mutt |