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 /wm/e16menuedit2 | |
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 'wm/e16menuedit2')
-rw-r--r-- | wm/e16menuedit2/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/e16menuedit2/PLIST b/wm/e16menuedit2/PLIST index 2874653c002..eaed24316ad 100644 --- a/wm/e16menuedit2/PLIST +++ b/wm/e16menuedit2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/07 16:49:14 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:36 jlam Exp $ bin/e16menuedit2 share/${PKGNAME}/glade/e16menuedit2.glade share/gnome/help/${PKGNAME}/C/e16menuedit2.html @@ -8,10 +8,10 @@ share/gnome/help/${PKGNAME}/C/figures/e16menuedit2-main.png share/gnome/help/${PKGNAME}/C/figures/e16menuedit2-move.png share/gnome/help/${PKGNAME}/C/figures/e16menuedit2-submenu.png share/gnome/help/${PKGNAME}/C/figures/e16menuedit2-submenu2.png -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/e16menuedit2.mo -${PKGLOCALEDIR}/locale/en/LC_MESSAGES/e16menuedit2.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/e16menuedit2.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/e16menuedit2.mo +share/locale/de/LC_MESSAGES/e16menuedit2.mo +share/locale/en/LC_MESSAGES/e16menuedit2.mo +share/locale/ko/LC_MESSAGES/e16menuedit2.mo +share/locale/tr/LC_MESSAGES/e16menuedit2.mo share/pixmaps/e16menuedit2-icon.png @comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/gnome/help/${PKGNAME}/C/figures |