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/gcombust | |
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/gcombust')
-rw-r--r-- | sysutils/gcombust/PLIST | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/sysutils/gcombust/PLIST b/sysutils/gcombust/PLIST index dba1d12b1e2..1504f364572 100644 --- a/sysutils/gcombust/PLIST +++ b/sysutils/gcombust/PLIST @@ -1,20 +1,20 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/15 07:48:06 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:33 jlam Exp $ bin/gcombust share/gnome/apps/Applications/gcombust.desktop -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gcombust.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gcombust.mo +share/locale/da/LC_MESSAGES/gcombust.mo +share/locale/de/LC_MESSAGES/gcombust.mo +share/locale/es/LC_MESSAGES/gcombust.mo +share/locale/fr/LC_MESSAGES/gcombust.mo +share/locale/gl/LC_MESSAGES/gcombust.mo +share/locale/hr/LC_MESSAGES/gcombust.mo +share/locale/hu/LC_MESSAGES/gcombust.mo +share/locale/it/LC_MESSAGES/gcombust.mo +share/locale/ja/LC_MESSAGES/gcombust.mo +share/locale/ko/LC_MESSAGES/gcombust.mo +share/locale/nl/LC_MESSAGES/gcombust.mo +share/locale/no/LC_MESSAGES/gcombust.mo +share/locale/pl/LC_MESSAGES/gcombust.mo +share/locale/ru/LC_MESSAGES/gcombust.mo +share/locale/sk/LC_MESSAGES/gcombust.mo +share/locale/sv/LC_MESSAGES/gcombust.mo share/pixmaps/gcombust.xpm |