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 | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /wm/openbox | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.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/openbox')
-rw-r--r-- | wm/openbox/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wm/openbox/PLIST b/wm/openbox/PLIST index dc8a2215d10..bc9d6137c29 100644 --- a/wm/openbox/PLIST +++ b/wm/openbox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:09:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:36 jlam Exp $ bin/gnome-panel-control bin/kdetrayproxy bin/openbox @@ -13,11 +13,11 @@ lib/pkgconfig/obrender-3.0.pc share/examples/openbox/menu.xml share/examples/openbox/rc.xml share/gnome/wm-properties/openbox.desktop -${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/openbox.mo -${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/openbox.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/openbox.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/openbox.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/openbox.mo +share/locale/en@boldquot/LC_MESSAGES/openbox.mo +share/locale/en@quot/LC_MESSAGES/openbox.mo +share/locale/es/LC_MESSAGES/openbox.mo +share/locale/ja/LC_MESSAGES/openbox.mo +share/locale/sv/LC_MESSAGES/openbox.mo share/openbox/menu.xsd share/openbox/rc.xsd share/openbox/themeupdate.py |