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 /x11/kdelibs3 | |
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 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/PLIST b/x11/kdelibs3/PLIST index d7eb2c6894c..2ecc4163317 100644 --- a/x11/kdelibs3/PLIST +++ b/x11/kdelibs3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2006/03/30 02:36:26 markd Exp $ +@comment $NetBSD: PLIST,v 1.34 2006/04/17 07:07:48 jlam Exp $ bin/artsmessage bin/checkXML ${CUPS}bin/cupsdconf @@ -5197,7 +5197,7 @@ share/kde/servicetypes/ktexteditorplugin.desktop share/kde/servicetypes/kurifilterplugin.desktop share/kde/servicetypes/renamedlgplugin.desktop share/kde/servicetypes/scriptinterface.desktop -${PKGLOCALEDIR}/locale/all_languages +share/locale/all_languages ${NEED_ZONETAB}share/zone.tab @comment in xmlcatmgr: share/sgml/catalog @comment in kde: @dirrm share/kde/servicetypes |