summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-ffmpeg80
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 02:28:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 02:28:36 +0800
commit0d8c7164ad82a7136c0b404b0464a3e3a5d3dc59 (patch)
treeae06afd9c539f80f61912b76cae05f77253a4556 /multimedia/gstreamer-ffmpeg80
parent93237b9a270b63af5952101e68ed36bafef13a82 (diff)
downloadmarcuscom-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/gstreamer-ffmpeg80')
-rw-r--r--multimedia/gstreamer-ffmpeg80/Makefile4
1 files changed, 2 insertions, 2 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>