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 /games/teg/PLIST | |
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 'games/teg/PLIST')
-rw-r--r-- | games/teg/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/teg/PLIST b/games/teg/PLIST index 1b7e8b1c69d..373dd0bd84e 100644 --- a/games/teg/PLIST +++ b/games/teg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/23 19:59:53 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:20 jlam Exp $ bin/tegclient bin/tegrobot bin/tegserver @@ -34,13 +34,13 @@ share/gnome/help/teg/pl/mission.html share/gnome/help/teg/pl/server.html share/gnome/help/teg/pl/teg.sgml share/gnome/help/teg/pl/topic.dat -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/teg.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/teg.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/teg.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/teg.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/teg.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/teg.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/teg.mo +share/locale/de/LC_MESSAGES/teg.mo +share/locale/es/LC_MESSAGES/teg.mo +share/locale/fr/LC_MESSAGES/teg.mo +share/locale/it/LC_MESSAGES/teg.mo +share/locale/pl/LC_MESSAGES/teg.mo +share/locale/pt/LC_MESSAGES/teg.mo +share/locale/pt_BR/LC_MESSAGES/teg.mo share/pixmaps/teg_icono.png share/pixmaps/teg_pix/disc_black.png share/pixmaps/teg_pix/disc_blue.png |