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 /x11/mlterm/PLIST | |
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 'x11/mlterm/PLIST')
-rw-r--r-- | x11/mlterm/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index a63c20eb983..7432e35c021 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2005/06/11 15:00:04 hira Exp $ +@comment $NetBSD: PLIST,v 1.16 2006/04/17 07:07:49 jlam Exp $ bin/mlcc bin/mlclient bin/mlterm @@ -15,9 +15,6 @@ libexec/mlconfig libexec/mlterm-menu man/man1/mlclient.1 man/man1/mlterm.1 -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mlconfig.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/mlconfig.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/mlconfig.mo share/examples/mlterm/aafont share/examples/mlterm/color share/examples/mlterm/font @@ -30,5 +27,8 @@ share/examples/mlterm/tfont share/examples/mlterm/vaafont share/examples/mlterm/vfont share/examples/mlterm/xim +share/locale/de/LC_MESSAGES/mlconfig.mo +share/locale/ja/LC_MESSAGES/mlconfig.mo +share/locale/zh_TW/LC_MESSAGES/mlconfig.mo @dirrm share/examples/mlterm @dirrm lib/mlterm |