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 /multimedia/xine-lib | |
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 'multimedia/xine-lib')
-rw-r--r-- | multimedia/xine-lib/PLIST.common | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/xine-lib/PLIST.common b/multimedia/xine-lib/PLIST.common index 992d6cdcd69..23cb45ad54c 100644 --- a/multimedia/xine-lib/PLIST.common +++ b/multimedia/xine-lib/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.14 2006/01/13 08:42:30 martti Exp $ +@comment $NetBSD: PLIST.common,v 1.15 2006/04/17 07:07:30 jlam Exp $ bin/xine-config include/xine.h include/xine/attributes.h @@ -212,15 +212,15 @@ share/doc/xine/hackersguide/hackersguide.html share/doc/xine/hackersguide/library.png share/doc/xine/hackersguide/overlays.png share/doc/xine/hackersguide/post_frame.png -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/libxine1.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/libxine1.mo +share/locale/cs/LC_MESSAGES/libxine1.mo +share/locale/de/LC_MESSAGES/libxine1.mo +share/locale/es/LC_MESSAGES/libxine1.mo +share/locale/eu/LC_MESSAGES/libxine1.mo +share/locale/fr/LC_MESSAGES/libxine1.mo +share/locale/it/LC_MESSAGES/libxine1.mo +share/locale/pl/LC_MESSAGES/libxine1.mo +share/locale/pt_BR/LC_MESSAGES/libxine1.mo +share/locale/sk/LC_MESSAGES/libxine1.mo share/xine/libxine1/fonts/cc-16.xinefont.gz share/xine/libxine1/fonts/cc-20.xinefont.gz share/xine/libxine1/fonts/cc-24.xinefont.gz |