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 /news/slrn | |
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 'news/slrn')
-rw-r--r-- | news/slrn/PLIST | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/news/slrn/PLIST b/news/slrn/PLIST index fd6ac3ad783..a7b71c30c61 100644 --- a/news/slrn/PLIST +++ b/news/slrn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/11/19 13:35:43 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:31 jlam Exp $ bin/slrn bin/slrnpull man/man1/slrn.1 @@ -29,19 +29,19 @@ share/doc/slrn/slrnpull/setgid.txt share/doc/slrn/slrnpull/slrn.rc share/doc/slrn/slrnpull/slrnpull.conf share/doc/slrn/slrnpull/slrnpull.sh -${PKGLOCALEDIR}/locale/be/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/slrn.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/slrn.mo +share/locale/be/LC_MESSAGES/slrn.mo +share/locale/da/LC_MESSAGES/slrn.mo +share/locale/de/LC_MESSAGES/slrn.mo +share/locale/es/LC_MESSAGES/slrn.mo +share/locale/fi/LC_MESSAGES/slrn.mo +share/locale/fr/LC_MESSAGES/slrn.mo +share/locale/it/LC_MESSAGES/slrn.mo +share/locale/ko/LC_MESSAGES/slrn.mo +share/locale/nl/LC_MESSAGES/slrn.mo +share/locale/pl/LC_MESSAGES/slrn.mo +share/locale/ru/LC_MESSAGES/slrn.mo +share/locale/sv/LC_MESSAGES/slrn.mo +share/locale/tr/LC_MESSAGES/slrn.mo share/slrn/macros/color.sl share/slrn/macros/gsort.sl share/slrn/macros/ispell.sl |