diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /graphics/libexif-gtk | |
parent | f73a3a6bda32f5cd530045dde4f3f214f20c8d2c (diff) | |
download | pkgsrc-e9c0cc38fc8a0295c10d3b9be3398e1358e7b374.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 'graphics/libexif-gtk')
-rw-r--r-- | graphics/libexif-gtk/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
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 |