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 /multimedia/gstreamer0.10 | |
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 'multimedia/gstreamer0.10')
-rw-r--r-- | multimedia/gstreamer0.10/PLIST | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/multimedia/gstreamer0.10/PLIST b/multimedia/gstreamer0.10/PLIST index de4e59c871a..3bd2d1d79ab 100644 --- a/multimedia/gstreamer0.10/PLIST +++ b/multimedia/gstreamer0.10/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/01/25 19:51:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:30 jlam Exp $ bin/gst-feedback-0.10 bin/gst-inspect-0.10 bin/gst-launch-0.10 @@ -89,26 +89,26 @@ man/man1/gst-typefind-0.10.1 man/man1/gst-xmlinspect-0.10.1 man/man1/gst-xmllaunch-0.10.1 share/aclocal/gst-element-check-0.10.m4 -${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gstreamer-0.10.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gstreamer-0.10.mo +share/locale/af/LC_MESSAGES/gstreamer-0.10.mo +share/locale/az/LC_MESSAGES/gstreamer-0.10.mo +share/locale/bg/LC_MESSAGES/gstreamer-0.10.mo +share/locale/ca/LC_MESSAGES/gstreamer-0.10.mo +share/locale/cs/LC_MESSAGES/gstreamer-0.10.mo +share/locale/de/LC_MESSAGES/gstreamer-0.10.mo +share/locale/en_GB/LC_MESSAGES/gstreamer-0.10.mo +share/locale/fr/LC_MESSAGES/gstreamer-0.10.mo +share/locale/it/LC_MESSAGES/gstreamer-0.10.mo +share/locale/nb/LC_MESSAGES/gstreamer-0.10.mo +share/locale/nl/LC_MESSAGES/gstreamer-0.10.mo +share/locale/ru/LC_MESSAGES/gstreamer-0.10.mo +share/locale/sq/LC_MESSAGES/gstreamer-0.10.mo +share/locale/sr/LC_MESSAGES/gstreamer-0.10.mo +share/locale/sv/LC_MESSAGES/gstreamer-0.10.mo +share/locale/tr/LC_MESSAGES/gstreamer-0.10.mo +share/locale/uk/LC_MESSAGES/gstreamer-0.10.mo +share/locale/vi/LC_MESSAGES/gstreamer-0.10.mo +share/locale/zh_CN/LC_MESSAGES/gstreamer-0.10.mo +share/locale/zh_TW/LC_MESSAGES/gstreamer-0.10.mo @dirrm lib/gstreamer-0.10 @dirrm include/gstreamer-0.10/gst/net @dirrm include/gstreamer-0.10/gst/dataprotocol |