summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-10 05:18:50 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-10 05:18:50 +0800
commit7226c48ee9fd8a31d788265eeb323ccb770bcc44 (patch)
treecd5b22f51b9db1ae568520add11d74c6b66c20d0 /multimedia
parente28e3978d8e6d9d1ad33c80d43928c20e9295df3 (diff)
downloadmarcuscom-ports-7226c48ee9fd8a31d788265eeb323ccb770bcc44.tar.gz
marcuscom-ports-7226c48ee9fd8a31d788265eeb323ccb770bcc44.tar.zst
marcuscom-ports-7226c48ee9fd8a31d788265eeb323ccb770bcc44.zip
- Add MASTER_SITE_LOCAL to the mix since :bad and :ugly only have 1 MASTER_SITES
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5650 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index d789f0269..136bfbe56 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -3,21 +3,27 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.67 2006/01/31 20:36:51 marcus Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.68 2006/02/09 13:47:55 ahze Exp $
#
PORTNAME= gstreamer
PORTVERSION?= 0.10.3
PORTREVISION?= 0
CATEGORIES?= multimedia audio
-MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:base/} \
+MASTER_SITES= ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-base/0.10/:base|} \
http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
+ ${MASTER_SITE_LOCAL:S|$|ahze/:base|} \
+ ${MASTER_SITE_LOCAL:S|$|ahze/:good|} \
+ ${MASTER_SITE_LOCAL:S|$|ahze/:bad|} \
+ ${MASTER_SITE_LOCAL:S|$|ahze/:ugly|} \
http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
- ${MASTER_SITE_GNOME:S/$/:good/} \
+ ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-good/0.10/:good|} \
http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \
- http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly
-MASTER_SITE_SUBDIR= sources/gst-plugins-base/0.10/:base \
- sources/gst-plugins-good/0.10/:good
+ http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly \
+ http://people.freebsd.org/~ahze/distfiles/:good \
+ http://people.freebsd.org/~ahze/distfiles/:bad \
+ http://people.freebsd.org/~ahze/distfiles/:ugly \
+ http://people.freebsd.org/~ahze/distfiles/:base
PKGNAMESUFFIX= -plugins${GST_PLUGIN_SUFFIX}
DISTFILES= ${BASE_DISTFILE}:base \
${BAD_DISTFILE}:bad \