diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /x11/xdialog | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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/xdialog')
-rw-r--r-- | x11/xdialog/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/xdialog/PLIST b/x11/xdialog/PLIST index 69776fcc36d..4fcc9560cc0 100644 --- a/x11/xdialog/PLIST +++ b/x11/xdialog/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/05/14 18:53:38 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:49 jlam Exp $ bin/Xdialog man/man1/Xdialog.1 share/doc/html/xdialog/2ranges.png @@ -78,12 +78,12 @@ share/examples/xdialog/textbox share/examples/xdialog/timebox share/examples/xdialog/treeview share/examples/xdialog/yesno -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/Xdialog.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/Xdialog.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/Xdialog.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/Xdialog.mo -${PKGLOCALEDIR}/locale/no_NO/LC_MESSAGES/Xdialog.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/Xdialog.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/Xdialog.mo +share/locale/de/LC_MESSAGES/Xdialog.mo +share/locale/es/LC_MESSAGES/Xdialog.mo +share/locale/fr/LC_MESSAGES/Xdialog.mo +share/locale/hu/LC_MESSAGES/Xdialog.mo +share/locale/no_NO/LC_MESSAGES/Xdialog.mo +share/locale/pt_BR/LC_MESSAGES/Xdialog.mo +share/locale/ru/LC_MESSAGES/Xdialog.mo @dirrm share/examples/xdialog @dirrm share/doc/html/xdialog |