diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 02:28:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 02:28:36 +0800 |
commit | 0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59 (patch) | |
tree | ae06afd9c539f80f61912b76cae05f77253a4556 /multimedia | |
parent | 93237b9a270b63af5952101e68ed36bafef13a82 (diff) | |
download | marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.gz marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.tar.zst marcuscom-ports-0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59.zip |
Chase more moves to LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6718 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-ffmpeg80/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-pitfdll/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-pitfdll/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gstreamer-ffmpeg80/Makefile b/multimedia/gstreamer-ffmpeg80/Makefile index de581fa7d..256210976 100644 --- a/multimedia/gstreamer-ffmpeg80/Makefile +++ b/multimedia/gstreamer-ffmpeg80/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/gstreamer-ffmpeg80/Makefile,v 1.8 2006/07/20 13:48:13 ahze Exp $ PORTNAME= gstreamer PORTVERSION= 0.8.7 @@ -44,7 +44,7 @@ post-patch: post-install: # register plugins - -@${X11BASE}/bin/gst-register-${GST80_VERSION} \ + -@${LOCALBASE}/bin/gst-register-${GST80_VERSION} \ --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST80_VERSION}/registry.xml 2>/dev/null .include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile index 7e71d8832..1971a57f8 100644 --- a/multimedia/gstreamer-pitfdll/Makefile +++ b/multimedia/gstreamer-pitfdll/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/gstreamer-pitfdll/Makefile,v 1.6 2006/07/17 05:18:12 ahze Exp $ PORTNAME= gstreamer-pitfdll PORTVERSION= 0.8.2 @@ -35,7 +35,7 @@ post-patch: post-install: # register plugins - -@${X11BASE}/bin/gst-register-${GST_VERSION} \ + -@${LOCALBASE}/bin/gst-register-${GST_VERSION} \ --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null .include <bsd.port.mk> diff --git a/multimedia/gstreamer-pitfdll/pkg-plist b/multimedia/gstreamer-pitfdll/pkg-plist index ad0f269ad..3348748a0 100644 --- a/multimedia/gstreamer-pitfdll/pkg-plist +++ b/multimedia/gstreamer-pitfdll/pkg-plist @@ -1,4 +1,4 @@ lib/gstreamer-%%VERSION%%/libpitfdll.la lib/gstreamer-%%VERSION%%/libpitfdll.so -@exec %%X11BASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true -@unexec %%X11BASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@exec %%LOCALBASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@unexec %%LOCALBASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true |