summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-25 09:16:08 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-25 09:16:08 +0800
commit20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96 (patch)
treed8a320429fc957ef0a6bb3c250e0da6f04f24251 /multimedia
parent9561e02c477e91c26d8cba4c07d3785ecafad8d5 (diff)
downloadmarcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.tar
marcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.tar.gz
marcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.tar.bz2
marcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.tar.lz
marcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.tar.xz
marcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.tar.zst
marcuscom-ports-20cbc52a43b6d608d967cf9ec0f4b0709b1a9f96.zip
Fix small error in @exec and @unexec plist.
Pointed out by: ade via irc git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3703 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common4
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index d5fecbf3a..fcb91104b 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -420,8 +420,8 @@ LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid
LIB_DEPENDS+= gstgconf-${VERSION}.${SHLIB_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
-PLIST_FILES+= '@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true'
-PLIST_FILES+= '@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true'
+PLIST_FILES+= '@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true'
+PLIST_FILES+= '@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true'
do-build:
.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR}
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index d5fecbf3a..fcb91104b 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -420,8 +420,8 @@ LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid
LIB_DEPENDS+= gstgconf-${VERSION}.${SHLIB_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
-PLIST_FILES+= '@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true'
-PLIST_FILES+= '@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true'
+PLIST_FILES+= '@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true'
+PLIST_FILES+= '@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true'
do-build:
.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR}