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 /net/wget | |
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 'net/wget')
-rw-r--r-- | net/wget/PLIST | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/net/wget/PLIST b/net/wget/PLIST index c89877e2334..c6f7265fbdb 100644 --- a/net/wget/PLIST +++ b/net/wget/PLIST @@ -1,41 +1,41 @@ -@comment $NetBSD: PLIST,v 1.11 2006/04/06 03:20:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/04/17 07:07:31 jlam Exp $ bin/wget info/wget.info man/man1/wget.1 share/examples/wget/wgetrc -${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/he/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/wget.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/wget.mo +share/locale/bg/LC_MESSAGES/wget.mo +share/locale/ca/LC_MESSAGES/wget.mo +share/locale/cs/LC_MESSAGES/wget.mo +share/locale/da/LC_MESSAGES/wget.mo +share/locale/de/LC_MESSAGES/wget.mo +share/locale/el/LC_MESSAGES/wget.mo +share/locale/en_GB/LC_MESSAGES/wget.mo +share/locale/eo/LC_MESSAGES/wget.mo +share/locale/es/LC_MESSAGES/wget.mo +share/locale/et/LC_MESSAGES/wget.mo +share/locale/eu/LC_MESSAGES/wget.mo +share/locale/fi/LC_MESSAGES/wget.mo +share/locale/fr/LC_MESSAGES/wget.mo +share/locale/ga/LC_MESSAGES/wget.mo +share/locale/gl/LC_MESSAGES/wget.mo +share/locale/he/LC_MESSAGES/wget.mo +share/locale/hr/LC_MESSAGES/wget.mo +share/locale/hu/LC_MESSAGES/wget.mo +share/locale/it/LC_MESSAGES/wget.mo +share/locale/ja/LC_MESSAGES/wget.mo +share/locale/nl/LC_MESSAGES/wget.mo +share/locale/no/LC_MESSAGES/wget.mo +share/locale/pl/LC_MESSAGES/wget.mo +share/locale/pt_BR/LC_MESSAGES/wget.mo +share/locale/ro/LC_MESSAGES/wget.mo +share/locale/ru/LC_MESSAGES/wget.mo +share/locale/sk/LC_MESSAGES/wget.mo +share/locale/sl/LC_MESSAGES/wget.mo +share/locale/sr/LC_MESSAGES/wget.mo +share/locale/sv/LC_MESSAGES/wget.mo +share/locale/tr/LC_MESSAGES/wget.mo +share/locale/uk/LC_MESSAGES/wget.mo +share/locale/vi/LC_MESSAGES/wget.mo +share/locale/zh_CN/LC_MESSAGES/wget.mo +share/locale/zh_TW/LC_MESSAGES/wget.mo @dirrm share/examples/wget |