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. --- graphics/libexif-gtk/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/libexif-gtk') diff --git a/graphics/libexif-gtk/PLIST b/graphics/libexif-gtk/PLIST index 46e068459ea..3c5cd6ed2e1 100644 --- a/graphics/libexif-gtk/PLIST +++ b/graphics/libexif-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/10/27 19:46:47 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:21 jlam Exp $ include/libexif-gtk/gtk-exif-browser.h include/libexif-gtk/gtk-exif-content-list.h include/libexif-gtk/gtk-exif-entry-ascii.h @@ -15,7 +15,7 @@ include/libexif-gtk/gtk-exif-entry-version.h include/libexif-gtk/gtk-exif-entry.h lib/libexif-gtk.la lib/pkgconfig/libexif-gtk.pc -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libexif-gtk.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libexif-gtk.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libexif-gtk.mo +share/locale/es/LC_MESSAGES/libexif-gtk.mo +share/locale/fr/LC_MESSAGES/libexif-gtk.mo +share/locale/ru/LC_MESSAGES/libexif-gtk.mo @dirrm include/libexif-gtk -- cgit v1.2.3