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 /audio/easytag | |
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 'audio/easytag')
-rw-r--r-- | audio/easytag/PLIST | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST index 46c64c01984..3136fd72568 100644 --- a/audio/easytag/PLIST +++ b/audio/easytag/PLIST @@ -1,23 +1,23 @@ -@comment $NetBSD: PLIST,v 1.12 2004/11/26 21:05:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2006/04/17 07:07:11 jlam Exp $ bin/easytag man/man1/easytag.1 share/easytag/ChangeLog share/easytag/EasyTAG_logo.xpm share/applications/easytag.desktop -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/easytag.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/easytag.mo +share/locale/cs/LC_MESSAGES/easytag.mo +share/locale/da/LC_MESSAGES/easytag.mo +share/locale/de/LC_MESSAGES/easytag.mo +share/locale/es/LC_MESSAGES/easytag.mo +share/locale/fr/LC_MESSAGES/easytag.mo +share/locale/hu/LC_MESSAGES/easytag.mo +share/locale/it/LC_MESSAGES/easytag.mo +share/locale/ja/LC_MESSAGES/easytag.mo +share/locale/nl/LC_MESSAGES/easytag.mo +share/locale/pl/LC_MESSAGES/easytag.mo +share/locale/ro/LC_MESSAGES/easytag.mo +share/locale/ru/LC_MESSAGES/easytag.mo +share/locale/sv/LC_MESSAGES/easytag.mo +share/locale/uk/LC_MESSAGES/easytag.mo share/pixmaps/EasyTAG.xpm @dirrm share/easytag @comment in xdg-x11-dirs: @dirrm share/applications |