diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-10-14 23:13:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-10-14 23:13:24 +0000 |
commit | a66869295dbb15c07c295bdd6bff7bdb99df2593 (patch) | |
tree | 661564abca316b0cf77816b4f297b3025f980095 /multimedia/gstreamer-plugins | |
parent | 91fc9c587ae6004ba3ad73f7d55fa0d4fac0c3b6 (diff) | |
download | ports-a66869295dbb15c07c295bdd6bff7bdb99df2593.tar.gz ports-a66869295dbb15c07c295bdd6bff7bdb99df2593.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 6fa81671105d..19df398ae3a1 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -223,5 +223,5 @@ share/locale/uk/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/audio @unexec rmdir %D/include/gstreamer-%%VERSION%%/gst 2>/dev/null || true @unexec rmdir %D/include/gstreamer-%%VERSION%% 2>/dev/null || true -@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true -@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@exec %%X11BASE%%/bin/gst-register-%%VERSION%% --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@unexec %%X11BASE%%/bin/gst-register-%%VERSION%% --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true |