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/madplay | |
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/madplay')
-rw-r--r-- | audio/madplay/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/madplay/PLIST b/audio/madplay/PLIST index 0e80dd3883d..7b065095fb3 100644 --- a/audio/madplay/PLIST +++ b/audio/madplay/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/10 08:37:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:12 jlam Exp $ bin/abxtest bin/madplay man/man1/abxtest.1 man/man1/madplay.1 -${PKGLOCALEDIR}/locale/en/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/madplay.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/madplay.mo +share/locale/en/LC_MESSAGES/madplay.mo +share/locale/es/LC_MESSAGES/madplay.mo +share/locale/fr/LC_MESSAGES/madplay.mo +share/locale/hr/LC_MESSAGES/madplay.mo +share/locale/no/LC_MESSAGES/madplay.mo |