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/ncmpc/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/ncmpc/PLIST')
-rw-r--r-- | audio/ncmpc/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/ncmpc/PLIST b/audio/ncmpc/PLIST index e8ad2451141..b4b08e2a0bc 100644 --- a/audio/ncmpc/PLIST +++ b/audio/ncmpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/03/19 16:54:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:12 jlam Exp $ bin/ncmpc man/man1/ncmpc.1 share/doc/ncmpc/AUTHORS @@ -7,10 +7,10 @@ share/doc/ncmpc/README share/doc/ncmpc/config.sample share/doc/ncmpc/keys.sample share/doc/ncmpc/ncmpc.lirc -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/ncmpc.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/ncmpc.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ncmpc.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/ncmpc.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/ncmpc.mo +share/locale/de/LC_MESSAGES/ncmpc.mo +share/locale/es/LC_MESSAGES/ncmpc.mo +share/locale/fr/LC_MESSAGES/ncmpc.mo +share/locale/ru/LC_MESSAGES/ncmpc.mo +share/locale/sv/LC_MESSAGES/ncmpc.mo @dirrm share/ncmpc @dirrm share/doc/ncmpc |