diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /devel/oaf | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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 'devel/oaf')
-rw-r--r-- | devel/oaf/PLIST | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/devel/oaf/PLIST b/devel/oaf/PLIST index 8132b6694e1..47907d1b368 100644 --- a/devel/oaf/PLIST +++ b/devel/oaf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:29 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:17 jlam Exp $ bin/oaf-client bin/oaf-config bin/oaf-empty-server @@ -27,37 +27,37 @@ man/man1/oafd.1 share/aclocal/oaf.m4 share/idl/oaf-factory.idl share/idl/oaf.idl -${PKGLOCALEDIR}/locale/az/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/oaf.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/oaf.mo +share/locale/az/LC_MESSAGES/oaf.mo +share/locale/bg/LC_MESSAGES/oaf.mo +share/locale/da/LC_MESSAGES/oaf.mo +share/locale/de/LC_MESSAGES/oaf.mo +share/locale/el/LC_MESSAGES/oaf.mo +share/locale/es/LC_MESSAGES/oaf.mo +share/locale/eu/LC_MESSAGES/oaf.mo +share/locale/fi/LC_MESSAGES/oaf.mo +share/locale/fr/LC_MESSAGES/oaf.mo +share/locale/ga/LC_MESSAGES/oaf.mo +share/locale/gl/LC_MESSAGES/oaf.mo +share/locale/hu/LC_MESSAGES/oaf.mo +share/locale/it/LC_MESSAGES/oaf.mo +share/locale/ja/LC_MESSAGES/oaf.mo +share/locale/ko/LC_MESSAGES/oaf.mo +share/locale/nl/LC_MESSAGES/oaf.mo +share/locale/nn/LC_MESSAGES/oaf.mo +share/locale/no/LC_MESSAGES/oaf.mo +share/locale/pl/LC_MESSAGES/oaf.mo +share/locale/pt/LC_MESSAGES/oaf.mo +share/locale/pt_BR/LC_MESSAGES/oaf.mo +share/locale/ro/LC_MESSAGES/oaf.mo +share/locale/ru/LC_MESSAGES/oaf.mo +share/locale/sk/LC_MESSAGES/oaf.mo +share/locale/sl/LC_MESSAGES/oaf.mo +share/locale/sv/LC_MESSAGES/oaf.mo +share/locale/ta/LC_MESSAGES/oaf.mo +share/locale/tr/LC_MESSAGES/oaf.mo +share/locale/uk/LC_MESSAGES/oaf.mo +share/locale/zh_CN/LC_MESSAGES/oaf.mo +share/locale/zh_TW/LC_MESSAGES/oaf.mo share/oaf/OAF_naming-service.oaf share/oaf/empty.oafinfo @dirrm etc/oaf |