diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-06-07 16:41:41 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-06-07 16:41:41 +0800 |
commit | 43094e492309e6b1067f410e0c356a25555ce2f1 (patch) | |
tree | 3b4987eb1f68a7c011965827c4439ddd3501fa25 | |
parent | e00ebf085d583bd45edf03e7b4719a462cb518bf (diff) | |
download | freebsd-ports-gnome-43094e492309e6b1067f410e0c356a25555ce2f1.tar.gz freebsd-ports-gnome-43094e492309e6b1067f410e0c356a25555ce2f1.tar.zst freebsd-ports-gnome-43094e492309e6b1067f410e0c356a25555ce2f1.zip |
Move local distfiles to the new local-distfiles section on ftp.freebsd.org
-rw-r--r-- | audio/gmixer/Makefile | 2 | ||||
-rw-r--r-- | misc/colortail/Makefile | 2 | ||||
-rw-r--r-- | security/gtkportscan/Makefile | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 73daa0ca4d94..cbcb26a6129b 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -8,7 +8,7 @@ PORTNAME= gmixer PORTVERSION= 0.98c CATEGORIES= audio -MASTER_SITES= http://people.FreeBSD.org/~cpiazza/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/cpiazza/ MAINTAINER= cpiazza@FreeBSD.org diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 22d6b4571656..403a8c99de03 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -8,7 +8,7 @@ PORTNAME= colortail PORTVERSION= 0.2.0 CATEGORIES= misc -MASTER_SITES= http://people.FreeBSD.org/~cpiazza/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/cpiazza/ # commented out until I upgrade to 0.3.0 # MASTER_SITES= http://www.student.hk-r.se/~pt98jan/ diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index 6c1b20a41d1c..f1d16d412d6f 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -8,8 +8,7 @@ PORTNAME= gtkportscan PORTVERSION= 1.2 CATEGORIES= security -#MASTER_SITES= http://armageddon.splorg.org/gtkportscan/ -MASTER_SITES= http://people.FreeBSD.org/~cpiazza/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/cpiazza/ MAINTAINER= cpiazza@FreeBSD.org |