diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /misc/pinfo/PLIST | |
parent | f73a3a6bda32f5cd530045dde4f3f214f20c8d2c (diff) | |
download | pkgsrc-e9c0cc38fc8a0295c10d3b9be3398e1358e7b374.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/PLIST')
-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 |