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 /converters | |
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 'converters')
-rw-r--r-- | converters/recode/PLIST | 26 | ||||
-rw-r--r-- | converters/skf/PLIST | 4 |
2 files changed, 15 insertions, 15 deletions
diff --git a/converters/recode/PLIST b/converters/recode/PLIST index 3cc84766dc6..c4f96fa731a 100644 --- a/converters/recode/PLIST +++ b/converters/recode/PLIST @@ -1,19 +1,19 @@ -@comment $NetBSD: PLIST,v 1.7 2006/03/30 03:44:41 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:07:14 jlam Exp $ bin/recode include/recode.h include/recodext.h info/recode.info lib/librecode.la man/man1/recode.1 -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/recode.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/recode.mo +share/locale/fr/LC_MESSAGES/recode.mo +share/locale/sv/LC_MESSAGES/recode.mo +share/locale/es/LC_MESSAGES/recode.mo +share/locale/da/LC_MESSAGES/recode.mo +share/locale/nl/LC_MESSAGES/recode.mo +share/locale/pt/LC_MESSAGES/recode.mo +share/locale/pl/LC_MESSAGES/recode.mo +share/locale/de/LC_MESSAGES/recode.mo +share/locale/sl/LC_MESSAGES/recode.mo +share/locale/el/LC_MESSAGES/recode.mo +share/locale/gl/LC_MESSAGES/recode.mo +share/locale/it/LC_MESSAGES/recode.mo diff --git a/converters/skf/PLIST b/converters/skf/PLIST index dd1aff3d2c7..21807379835 100644 --- a/converters/skf/PLIST +++ b/converters/skf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/31 03:35:25 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:14 jlam Exp $ bin/skf man/ja_JP.EUC/man1/skf.1 man/man1/skf.1 @@ -262,7 +262,7 @@ share/skf/lib/oNMSUL.stb share/skf/lib/oNMTVG.stb share/skf/lib/oNMTVL.stb share/skf/lib/readme.txt -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/skf.mo +share/locale/ja/LC_MESSAGES/skf.mo @dirrm share/doc/skf @dirrm share/skf/lib @dirrm share/skf |