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/gtkpod/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 'audio/gtkpod/PLIST')
-rw-r--r-- | audio/gtkpod/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/gtkpod/PLIST b/audio/gtkpod/PLIST index 53094f823cf..daddc7a1419 100644 --- a/audio/gtkpod/PLIST +++ b/audio/gtkpod/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/01 13:29:52 smb Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:12 jlam Exp $ bin/gtkpod share/gtkpod/gtkpod.glade share/gtkpod/gtkpod.gladep @@ -26,12 +26,12 @@ share/gtkpod/scripts/sync-korganizer.sh share/gtkpod/scripts/sync-notes.sh share/gtkpod/scripts/sync-thunderbird.sh share/gtkpod/scripts/sync-webcalendar.sh -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtkpod.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtkpod.mo -${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gtkpod.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gtkpod.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gtkpod.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gtkpod.mo +share/locale/de/LC_MESSAGES/gtkpod.mo +share/locale/fr/LC_MESSAGES/gtkpod.mo +share/locale/he/LC_MESSAGES/gtkpod.mo +share/locale/it/LC_MESSAGES/gtkpod.mo +share/locale/ja/LC_MESSAGES/gtkpod.mo +share/locale/sv/LC_MESSAGES/gtkpod.mo @dirrm share/gtkpod/scripts @dirrm share/gtkpod/pixmaps @dirrm share/gtkpod |