diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-14 21:21:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-14 21:21:38 +0800 |
commit | efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51 (patch) | |
tree | a7eb6f61383dd7f8f20da38a7acacada23cdef3c /audio | |
parent | 2c7063f91d7dda359ec09e2835e7563d5eab7bc8 (diff) | |
download | freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.tar.gz freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.tar.zst freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.zip |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile | 10 | ||||
-rw-r--r-- | audio/extace/Makefile | 3 | ||||
-rw-r--r-- | audio/knapster/Makefile | 3 | ||||
-rw-r--r-- | audio/sphinx/Makefile | 3 | ||||
-rw-r--r-- | audio/yamt/Makefile | 3 |
5 files changed, 12 insertions, 10 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 7ff01c7c71ee..4fa519ccacad 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -8,12 +8,10 @@ PORTNAME= aumix PORTVERSION= 2.6 CATEGORIES= audio -MASTER_SITES= http://jpj.net/~trevor/aumix/ \ - http://download.sourceforge.net/aumix/ \ - http://jpj.net/~trevor/aumix/old/ \ - ftp://aumix.sourceforge.net/pub/aumix/stable/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/sound/mixers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://jpj.net/~trevor/aumix/ \ + http://jpj.net/~trevor/aumix/old/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cpiazza@FreeBSD.org diff --git a/audio/extace/Makefile b/audio/extace/Makefile index 996c7521f255..3d65c239cd52 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -8,7 +8,8 @@ PORTNAME= extace PORTVERSION= 1.2.23 CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/eXtace/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= eXtace MAINTAINER= sobomax@FreeBSD.org diff --git a/audio/knapster/Makefile b/audio/knapster/Makefile index 0642fc29dfbc..de6e785a704c 100644 --- a/audio/knapster/Makefile +++ b/audio/knapster/Makefile @@ -8,7 +8,8 @@ PORTNAME= knapster PORTVERSION= 0.10 CATEGORIES= audio kde -MASTER_SITES= http://download.sourceforge.net/knapster/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jedgar@FreeBSD.org diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index 19cc5a9476f4..73d3b765b723 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -8,7 +8,8 @@ PORTNAME= sphinx PORTVERSION= 2.0.2 CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/cmusphinx/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cmusphinx DISTNAME= sphinx2-0.2 MAINTAINER= trevor@jpj.net diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index c7e38a6eaecd..e5fc647e3238 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -8,8 +8,9 @@ PORTNAME= yamt PORTVERSION= 0.5 CATEGORIES= audio gnome -MASTER_SITES= http://download.sourceforge.net/yamt/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dima@Chg.RU |