diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /audio/aumix | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.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/aumix')
-rw-r--r-- | audio/aumix/PLIST | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/audio/aumix/PLIST b/audio/aumix/PLIST index 1c6a13b5ed6..59ae55eaef3 100644 --- a/audio/aumix/PLIST +++ b/audio/aumix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/04 18:07:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:11 jlam Exp $ bin/aumix bin/mute bin/xaumix @@ -10,17 +10,17 @@ share/aumix/fadein.set share/aumix/fadeout.set share/aumix/vt100 share/aumix/xterm -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/aumix.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/aumix.mo +share/locale/de/LC_MESSAGES/aumix.mo +share/locale/el/LC_MESSAGES/aumix.mo +share/locale/es/LC_MESSAGES/aumix.mo +share/locale/fr/LC_MESSAGES/aumix.mo +share/locale/gl/LC_MESSAGES/aumix.mo +share/locale/ja/LC_MESSAGES/aumix.mo +share/locale/nl/LC_MESSAGES/aumix.mo +share/locale/pl/LC_MESSAGES/aumix.mo +share/locale/pt_BR/LC_MESSAGES/aumix.mo +share/locale/ru/LC_MESSAGES/aumix.mo +share/locale/sv/LC_MESSAGES/aumix.mo +share/locale/uk/LC_MESSAGES/aumix.mo +share/locale/zh_CN/LC_MESSAGES/aumix.mo @dirrm share/aumix |