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 /sysutils/tpb | |
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 'sysutils/tpb')
-rw-r--r-- | sysutils/tpb/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/tpb/PLIST b/sysutils/tpb/PLIST index fd8347cee0a..f5d2b1bd2e2 100644 --- a/sysutils/tpb/PLIST +++ b/sysutils/tpb/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2004/02/19 17:49:57 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:34 jlam Exp $ bin/tpb man/man1/tpb.1 share/doc/tpb/callback_example.sh share/doc/tpb/nvram.txt share/examples/tpb/tpbrc -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/tpb.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tpb.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/tpb.mo +share/locale/da/LC_MESSAGES/tpb.mo +share/locale/de/LC_MESSAGES/tpb.mo +share/locale/ru/LC_MESSAGES/tpb.mo @dirrm share/examples/tpb @dirrm share/doc/tpb |