From ea5f9f80b6883d39666b0f4acc8aefe897d4785d Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 17 Apr 2006 07:07:11 +0000 Subject: 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. --- x11/xdialog/PLIST | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'x11/xdialog') 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 -- cgit v1.2.3