summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-24 08:28:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-24 08:28:23 +0800
commit45a87bef3f73091ca97a9cad39d81b744559633d (patch)
treea68eae9a0768b10c6a5c5326b05593c58500be6d
parent9e7d81a824dbf385d09525eb515494bea555f75d (diff)
downloadmarcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.tar
marcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.tar.gz
marcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.tar.bz2
marcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.tar.lz
marcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.tar.xz
marcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.tar.zst
marcuscom-ports-45a87bef3f73091ca97a9cad39d81b744559633d.zip
Correct another typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5518 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/gstreamer-ffmpeg80/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-ffmpeg80/Makefile b/multimedia/gstreamer-ffmpeg80/Makefile
index 087271275..a66524deb 100644
--- a/multimedia/gstreamer-ffmpeg80/Makefile
+++ b/multimedia/gstreamer-ffmpeg80/Makefile
@@ -47,6 +47,6 @@ post-patch:
post-install:
# register plugins
-@${X11BASE}/bin/gst-register-${GST80_VERSION} \
- --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null
+ --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST80_VERSION}/registry.xml 2>/dev/null
.include <bsd.port.post.mk>