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 /news/tin | |
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 'news/tin')
-rw-r--r-- | news/tin/PLIST | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/news/tin/PLIST b/news/tin/PLIST index 34923763277..0f7e8e9c958 100644 --- a/news/tin/PLIST +++ b/news/tin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/02/16 18:01:05 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:32 jlam Exp $ bin/metamutt bin/opt-case.pl bin/rtin @@ -14,12 +14,12 @@ man/man1/w2r.pl.1 man/man5/mmdf.5 man/man5/tin.5 share/doc/tin/WHATSNEW -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/tin.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/tin.mo +share/locale/de/LC_MESSAGES/tin.mo +share/locale/en_GB/LC_MESSAGES/tin.mo +share/locale/et/LC_MESSAGES/tin.mo +share/locale/fr/LC_MESSAGES/tin.mo +share/locale/ru/LC_MESSAGES/tin.mo +share/locale/rw/LC_MESSAGES/tin.mo +share/locale/sv/LC_MESSAGES/tin.mo +share/locale/tr/LC_MESSAGES/tin.mo @dirrm share/doc/tin |