diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-29 15:03:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-29 15:03:02 +0800 |
commit | 239ed910e11d20a20ca9157737a47cab327ce029 (patch) | |
tree | 8d204dff8bf98573d294bf1783659100df685fc0 /audio | |
parent | f17b068fb4d12e722996a8380faf25f24f4f5bf4 (diff) | |
download | freebsd-ports-gnome-239ed910e11d20a20ca9157737a47cab327ce029.tar.gz freebsd-ports-gnome-239ed910e11d20a20ca9157737a47cab327ce029.tar.zst freebsd-ports-gnome-239ed910e11d20a20ca9157737a47cab327ce029.zip |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kmikmod/Makefile | 3 | ||||
-rw-r--r-- | audio/kmpg/Makefile | 3 | ||||
-rw-r--r-- | audio/libworkman/Makefile | 3 | ||||
-rw-r--r-- | audio/rat/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/audio/kmikmod/Makefile b/audio/kmikmod/Makefile index a9f45ef93653..7eda68f9d11e 100644 --- a/audio/kmikmod/Makefile +++ b/audio/kmikmod/Makefile @@ -8,7 +8,8 @@ PORTNAME= kmikmod PORTVERSION= 2.04 CATEGORIES= audio kde -MASTER_SITES= http://people.FreeBSD.org/~tom/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= tom MAINTAINER= tom@FreeBSD.org diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile index b24236f61c74..82445a5de404 100644 --- a/audio/kmpg/Makefile +++ b/audio/kmpg/Makefile @@ -8,7 +8,8 @@ PORTNAME= kmpg PORTVERSION= 0.4.3a CATEGORIES= audio kde -MASTER_SITES= http://people.FreeBSD.org/~tom/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= tom MAINTAINER= tom@FreeBSD.org diff --git a/audio/libworkman/Makefile b/audio/libworkman/Makefile index 85f866f9d128..c153f44de27b 100644 --- a/audio/libworkman/Makefile +++ b/audio/libworkman/Makefile @@ -9,7 +9,8 @@ PORTNAME= libworkman PORTVERSION= 1.4 CATEGORIES= audio MASTER_SITES= ftp://ftp.midwinter.com/WorkMan/SNAPSHOTS/ \ - http://people.FreeBSD.org/~jim/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jim DISTNAME= ${PORTNAME}-1999-06-20 MAINTAINER= jim@FreeBSD.org diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 034e665cc84f..701628c69911 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -9,7 +9,8 @@ PORTNAME= rat PORTVERSION= 4.0.4 CATEGORIES= mbone audio MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.4/ \ - http://people.FreeBSD.org/~cpiazza/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cpiazza MAINTAINER= O.Hodson@cs.ucl.ac.uk |