diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-08 01:44:39 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-08 01:44:39 +0800 |
commit | e94b83c34a021f4ffc98105811847f00a7a3385b (patch) | |
tree | a3e4059be6c9182c29f5f0075f2ae068e17b0bcd /net | |
parent | a3ae447c013b4b4fe02c6c9ca8afafd2bdc1be97 (diff) | |
download | freebsd-ports-gnome-e94b83c34a021f4ffc98105811847f00a7a3385b.tar.gz freebsd-ports-gnome-e94b83c34a021f4ffc98105811847f00a7a3385b.tar.zst freebsd-ports-gnome-e94b83c34a021f4ffc98105811847f00a7a3385b.zip |
The local-distfiles dir on ftp.freebsd.org was moved under ports/.
Diffstat (limited to 'net')
-rw-r--r-- | net/bounce/Makefile | 2 | ||||
-rw-r--r-- | net/pathchar/Makefile | 2 | ||||
-rw-r--r-- | net/relay/Makefile | 2 | ||||
-rw-r--r-- | net/sniffit/Makefile | 2 | ||||
-rw-r--r-- | net/tcpshow/Makefile | 2 | ||||
-rw-r--r-- | net/telserv/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index c35ca2a40737..82a530a5dda8 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -10,7 +10,7 @@ PORTNAME= bounce PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ DISTNAME= bounce EXTRACT_SUFX= .c diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index ec231651bdbb..2a47ad29fd57 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ http://www.caida.org/Tools/Pathchar/ \ http://www.fips.de/Computer/woman/ \ http://sitka.triumf.ca/net/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ DISTNAME= pathchar-a1-freebsd-3.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ pathchar.mantxt diff --git a/net/relay/Makefile b/net/relay/Makefile index de82b3a5cd6f..3dbbcc511dc4 100644 --- a/net/relay/Makefile +++ b/net/relay/Makefile @@ -10,7 +10,7 @@ PORTNAME= relay PORTVERSION= 1.10 CATEGORIES= net security MASTER_SITES= http://www.iagora.com/~espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ DISTNAME= relay MAINTAINER= obrien@FreeBSD.org diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 105d68241014..55c460f33024 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -10,7 +10,7 @@ PORTNAME= sniffit PORTVERSION= 0.3.7b CATEGORIES= net security MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ DISTNAME= sniffit.0.3.7.beta MAINTAINER= obrien@FreeBSD.org diff --git a/net/tcpshow/Makefile b/net/tcpshow/Makefile index ab45df32f15f..1540602205e8 100644 --- a/net/tcpshow/Makefile +++ b/net/tcpshow/Makefile @@ -9,7 +9,7 @@ PORTNAME= tcpshow PORTVERSION= 1.74 CATEGORIES= net security -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ # http://www.cs.berkeley.edu/~daw/mike/ DISTFILES= tcpshow.c tcpshow.1 diff --git a/net/telserv/Makefile b/net/telserv/Makefile index 5a151bd17f10..2ab40b8e3fd6 100644 --- a/net/telserv/Makefile +++ b/net/telserv/Makefile @@ -10,7 +10,7 @@ PORTNAME= telserv PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ DISTNAME= telserv EXTRACT_SUFX= .c |