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 /audio/solfege | |
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 'audio/solfege')
-rw-r--r-- | audio/solfege/PLIST | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/audio/solfege/PLIST b/audio/solfege/PLIST index 0509966edb5..9e3080f1c13 100644 --- a/audio/solfege/PLIST +++ b/audio/solfege/PLIST @@ -1,23 +1,23 @@ -@comment $NetBSD: PLIST,v 1.6 2006/03/02 00:48:31 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:12 jlam Exp $ bin/lessonfile_editor bin/solfege man/man1/lessonfile_editor.1 man/man1/solfege.1 share/applications/solfege.desktop share/examples/solfege/solfege -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/es_MX/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/solfege.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/solfege.mo +share/locale/cs/LC_MESSAGES/solfege.mo +share/locale/da/LC_MESSAGES/solfege.mo +share/locale/de/LC_MESSAGES/solfege.mo +share/locale/es/LC_MESSAGES/solfege.mo +share/locale/es_MX/LC_MESSAGES/solfege.mo +share/locale/fr/LC_MESSAGES/solfege.mo +share/locale/hu/LC_MESSAGES/solfege.mo +share/locale/it/LC_MESSAGES/solfege.mo +share/locale/nl/LC_MESSAGES/solfege.mo +share/locale/no/LC_MESSAGES/solfege.mo +share/locale/ru/LC_MESSAGES/solfege.mo +share/locale/sv/LC_MESSAGES/solfege.mo +share/locale/tr/LC_MESSAGES/solfege.mo share/pixmaps/solfege.png share/solfege/default.config share/solfege/example-lesson-files/chord-satb |