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 /textproc/ja-grep | |
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 'textproc/ja-grep')
-rw-r--r-- | textproc/ja-grep/PLIST | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/textproc/ja-grep/PLIST b/textproc/ja-grep/PLIST index 9daa654147a..64c8e167703 100644 --- a/textproc/ja-grep/PLIST +++ b/textproc/ja-grep/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/07 19:54:17 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:35 jlam Exp $ bin/jgrep bin/jegrep bin/jfgrep @@ -7,23 +7,23 @@ man/man1/jgrep.1 man/man1/jegrep.1 man/man1/jfgrep.1 share/doc/ja-grep/README.MB -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/id/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/grep.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/grep.mo +share/locale/cs/LC_MESSAGES/grep.mo +share/locale/de/LC_MESSAGES/grep.mo +share/locale/el/LC_MESSAGES/grep.mo +share/locale/eo/LC_MESSAGES/grep.mo +share/locale/es/LC_MESSAGES/grep.mo +share/locale/et/LC_MESSAGES/grep.mo +share/locale/fr/LC_MESSAGES/grep.mo +share/locale/hr/LC_MESSAGES/grep.mo +share/locale/id/LC_MESSAGES/grep.mo +share/locale/it/LC_MESSAGES/grep.mo +share/locale/ja/LC_MESSAGES/grep.mo +share/locale/ko/LC_MESSAGES/grep.mo +share/locale/nl/LC_MESSAGES/grep.mo +share/locale/no/LC_MESSAGES/grep.mo +share/locale/pl/LC_MESSAGES/grep.mo +share/locale/pt_BR/LC_MESSAGES/grep.mo +share/locale/ru/LC_MESSAGES/grep.mo +share/locale/sl/LC_MESSAGES/grep.mo +share/locale/sv/LC_MESSAGES/grep.mo @dirrm share/doc/ja-grep |