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 /misc/pinfo | |
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 'misc/pinfo')
-rw-r--r-- | misc/pinfo/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/pinfo/PLIST b/misc/pinfo/PLIST index 27087bf7b0f..84c39d768ad 100644 --- a/misc/pinfo/PLIST +++ b/misc/pinfo/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/05 22:54:59 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:07:29 jlam Exp $ bin/pinfo info/pinfo.info man/man1/pinfo.1 -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/pinfo.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pinfo.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/pinfo.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/pinfo.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/pinfo.mo share/examples/pinfo/pinforc +share/locale/cs/LC_MESSAGES/pinfo.mo +share/locale/de/LC_MESSAGES/pinfo.mo +share/locale/pl/LC_MESSAGES/pinfo.mo +share/locale/ru/LC_MESSAGES/pinfo.mo +share/locale/sv/LC_MESSAGES/pinfo.mo @dirrm share/examples/pinfo |