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 | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /devel/libgsf/PLIST | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.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 |