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.8 | |
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.8')
-rw-r--r-- | multimedia/gstreamer0.8/PLIST | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/multimedia/gstreamer0.8/PLIST b/multimedia/gstreamer0.8/PLIST index c2ad2ea6c93..65039dddea5 100644 --- a/multimedia/gstreamer0.8/PLIST +++ b/multimedia/gstreamer0.8/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:04 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:30 jlam Exp $ bin/gst-complete-0.8 bin/gst-compprep-0.8 bin/gst-feedback-0.8 @@ -178,23 +178,23 @@ share/doc/gstreamer-libs-0.8/gstreamer-libs-hierarchy.html share/doc/gstreamer-libs-0.8/gstreamer-libs.html share/doc/gstreamer-libs-0.8/index.html share/doc/gstreamer-libs-0.8/index.sgml -${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gstreamer-0.8.mo -${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gstreamer-0.8.mo +share/locale/af/LC_MESSAGES/gstreamer-0.8.mo +share/locale/az/LC_MESSAGES/gstreamer-0.8.mo +share/locale/ca/LC_MESSAGES/gstreamer-0.8.mo +share/locale/cs/LC_MESSAGES/gstreamer-0.8.mo +share/locale/de/LC_MESSAGES/gstreamer-0.8.mo +share/locale/en_GB/LC_MESSAGES/gstreamer-0.8.mo +share/locale/fr/LC_MESSAGES/gstreamer-0.8.mo +share/locale/it/LC_MESSAGES/gstreamer-0.8.mo +share/locale/nb/LC_MESSAGES/gstreamer-0.8.mo +share/locale/nl/LC_MESSAGES/gstreamer-0.8.mo +share/locale/ru/LC_MESSAGES/gstreamer-0.8.mo +share/locale/sq/LC_MESSAGES/gstreamer-0.8.mo +share/locale/sr/LC_MESSAGES/gstreamer-0.8.mo +share/locale/sv/LC_MESSAGES/gstreamer-0.8.mo +share/locale/tr/LC_MESSAGES/gstreamer-0.8.mo +share/locale/uk/LC_MESSAGES/gstreamer-0.8.mo +share/locale/vi/LC_MESSAGES/gstreamer-0.8.mo @dirrm share/doc/gstreamer-libs-0.8 @exec ${MKDIR} %D/share/doc/gstreamer-${PKGVERSION}/pwg @dirrm share/doc/gstreamer-${PKGVERSION}/pwg |