diff options
author | lioux <lioux@FreeBSD.org> | 2004-10-15 07:13:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-10-15 07:13:24 +0800 |
commit | 848403a9418a23d1c384cbc69dfd9b759f3c61c9 (patch) | |
tree | 5e934afc89ee68747a9592d9dc45caf2923339be /multimedia | |
parent | 31abb1e06486028c4cbc764ff438bdcc4f6cc31b (diff) | |
download | freebsd-ports-gnome-848403a9418a23d1c384cbc69dfd9b759f3c61c9.tar.gz freebsd-ports-gnome-848403a9418a23d1c384cbc69dfd9b759f3c61c9.tar.zst freebsd-ports-gnome-848403a9418a23d1c384cbc69dfd9b759f3c61c9.zip |
o Mirror post-install target fix on @unexec line
o Moreover, @exec lines should refer to proper locations at X11BASE
instead of betting that PREFIX == X11BASE
PR: 71397
Submitted by: vs
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/pkg-plist | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index 6fa81671105d..19df398ae3a1 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/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 |