diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
commit | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /devel/libgsf/PLIST | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.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 'devel/libgsf/PLIST')
-rw-r--r-- | devel/libgsf/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgsf/PLIST b/devel/libgsf/PLIST index e6b904ba2bb..c58c2cb10d7 100644 --- a/devel/libgsf/PLIST +++ b/devel/libgsf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2006/03/03 22:22:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2006/04/17 07:07:17 jlam Exp $ bin/gsf-office-thumbnailer include/libgsf-1/gsf-gnome/gsf-input-bonobo.h include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h @@ -94,8 +94,8 @@ share/doc/libgsf/gsf/sources.html share/doc/libgsf/gsf/style.css share/doc/libgsf/gsf/up.png share/gconf/schemas/gsf-office-thumbnailer.schemas -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libgsf.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgsf.mo +share/locale/es/LC_MESSAGES/libgsf.mo +share/locale/sv/LC_MESSAGES/libgsf.mo @dirrm include/libgsf-1/gsf-win32 @dirrm include/libgsf-1/gsf-gnome @dirrm include/libgsf-1/gsf |