From 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 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/dfm/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11/dfm/PLIST') diff --git a/x11/dfm/PLIST b/x11/dfm/PLIST index 81706b3326a..d8b02b90d2c 100644 --- a/x11/dfm/PLIST +++ b/x11/dfm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/27 14:57:57 cjep Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:38 jlam Exp $ bin/dfm man/man1/dfm.1 share/dfm/backgrounds/background2.xpm @@ -106,9 +106,9 @@ share/dfm/icons/icon_settings.xpm share/dfm/icons/icon_text.xpm share/dfm/icons/icon_video.xpm share/dfm/icons/icon_xterm.xpm -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/dfm.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dfm.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/dfm.mo +share/locale/da/LC_MESSAGES/dfm.mo +share/locale/de/LC_MESSAGES/dfm.mo +share/locale/ru/LC_MESSAGES/dfm.mo @dirrm share/dfm/icons/Moreicons @dirrm share/dfm/icons/FileManagerIcons @dirrm share/dfm/icons/Appicons -- cgit v1.2.3