diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /devel/gtexinfo | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/PLIST.locale | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/devel/gtexinfo/PLIST.locale b/devel/gtexinfo/PLIST.locale index c2fad1ff008..8015a4d6ed2 100644 --- a/devel/gtexinfo/PLIST.locale +++ b/devel/gtexinfo/PLIST.locale @@ -1,20 +1,20 @@ -@comment $NetBSD: PLIST.locale,v 1.2 2004/07/04 23:17:59 wiz Exp $ -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/de_AT/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/he/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/texinfo.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/texinfo.mo +@comment $NetBSD: PLIST.locale,v 1.3 2006/04/17 07:07:16 jlam Exp $ +share/locale/cs/LC_MESSAGES/texinfo.mo +share/locale/da/LC_MESSAGES/texinfo.mo +share/locale/de/LC_MESSAGES/texinfo.mo +share/locale/de_AT/LC_MESSAGES/texinfo.mo +share/locale/eo/LC_MESSAGES/texinfo.mo +share/locale/fr/LC_MESSAGES/texinfo.mo +share/locale/he/LC_MESSAGES/texinfo.mo +share/locale/hr/LC_MESSAGES/texinfo.mo +share/locale/ja/LC_MESSAGES/texinfo.mo +share/locale/nb/LC_MESSAGES/texinfo.mo +share/locale/nl/LC_MESSAGES/texinfo.mo +share/locale/no/LC_MESSAGES/texinfo.mo +share/locale/pl/LC_MESSAGES/texinfo.mo +share/locale/ro/LC_MESSAGES/texinfo.mo +share/locale/ru/LC_MESSAGES/texinfo.mo +share/locale/sv/LC_MESSAGES/texinfo.mo +share/locale/tr/LC_MESSAGES/texinfo.mo +share/locale/zh_CN/LC_MESSAGES/texinfo.mo +share/locale/zh_TW/LC_MESSAGES/texinfo.mo |