diff options
author | tron <tron> | 2001-02-12 19:29:11 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-12 19:29:11 +0000 |
commit | 62420cc2fc50e492d41c040d2ce0c2e273ee0b65 (patch) | |
tree | 7ddf4977b4c3617f2c2991e828e8463eaae21a53 /mail/mutt-unstable | |
parent | 469d60679d3e0ec7c44b231a705e1a1a8e1820b6 (diff) | |
download | pkgsrc-62420cc2fc50e492d41c040d2ce0c2e273ee0b65.tar.gz |
Use "${LOCALEBASE}" as directory for locale files.
Diffstat (limited to 'mail/mutt-unstable')
-rw-r--r-- | mail/mutt-unstable/pkg/PLIST | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/mail/mutt-unstable/pkg/PLIST b/mail/mutt-unstable/pkg/PLIST index 9a995f3fe66..524a130306b 100644 --- a/mail/mutt-unstable/pkg/PLIST +++ b/mail/mutt-unstable/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/12 18:34:38 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/02/12 19:29:11 tron Exp $ bin/flea bin/mutt bin/muttbug @@ -35,28 +35,28 @@ share/doc/mutt/samples/pgp6.rc share/doc/mutt/samples/sample.mailcap share/doc/mutt/samples/sample.muttrc share/doc/mutt/samples/sample.muttrc-tlr -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/fr/LC_MESSAGES/mutt.mo -share/locale/gl/LC_MESSAGES/mutt.mo -share/locale/id/LC_MESSAGES/mutt.mo -share/locale/it/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.GB2312/LC_MESSAGES/mutt.mo -share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/cs/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/da/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/de/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/el/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/eo/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/es/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/fr/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/gl/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/id/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/it/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/ko/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/lt/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/nl/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/pl/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/pt_BR/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/ru/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/sk/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/sv/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/tr/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/uk/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/zh_CN.GB2312/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo @exec mkdir -p %D/share/mutt @dirrm share/mutt @dirrm share/doc/mutt/samples |