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/Terminal | |
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/Terminal')
-rw-r--r-- | x11/Terminal/PLIST | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/x11/Terminal/PLIST b/x11/Terminal/PLIST index 1daa6685979..265364674f5 100644 --- a/x11/Terminal/PLIST +++ b/x11/Terminal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/15 18:47:39 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:38 jlam Exp $ bin/Terminal bin/terminal libexec/TerminalHelp @@ -48,17 +48,17 @@ share/doc/Terminal/C/usage.html share/doc/Terminal/terminal.css share/icons/hicolor/48x48/apps/Terminal.png share/icons/hicolor/scalable/apps/Terminal.svg -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/he/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/Terminal.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/Terminal.mo +share/locale/de/LC_MESSAGES/Terminal.mo +share/locale/en_GB/LC_MESSAGES/Terminal.mo +share/locale/es/LC_MESSAGES/Terminal.mo +share/locale/fi/LC_MESSAGES/Terminal.mo +share/locale/fr/LC_MESSAGES/Terminal.mo +share/locale/he/LC_MESSAGES/Terminal.mo +share/locale/ja/LC_MESSAGES/Terminal.mo +share/locale/nl/LC_MESSAGES/Terminal.mo +share/locale/ru/LC_MESSAGES/Terminal.mo +share/locale/zh_CN/LC_MESSAGES/Terminal.mo +share/locale/zh_TW/LC_MESSAGES/Terminal.mo share/pixmaps/terminal.xpm @comment in xdg-dirs: @dirrm share/pixmaps @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps |