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 /net/dc_gui2/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 'net/dc_gui2/PLIST')
-rw-r--r-- | net/dc_gui2/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dc_gui2/PLIST b/net/dc_gui2/PLIST index d8c7f79d7b5..4482398bdb2 100644 --- a/net/dc_gui2/PLIST +++ b/net/dc_gui2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/10 13:21:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:30 jlam Exp $ bin/cmd2dc_gui2 bin/dc_gui2 share/applications/dc_gui2.desktop @@ -21,8 +21,8 @@ share/gnome/help/dc_gui/C/startup.html share/gnome/help/dc_gui/C/startup.png share/gnome/help/dc_gui/C/user_file_list.html share/gnome/help/dc_gui/C/user_file_list.png -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/dc_gui2.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/dc_gui2.mo +share/locale/fr/LC_MESSAGES/dc_gui2.mo +share/locale/nl/LC_MESSAGES/dc_gui2.mo share/pixmaps/dc_gui2.xpm share/pixmaps/dc_gui2/icon_kill.xpm @dirrm share/pixmaps/dc_gui2 |