diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /net | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/bounce/Makefile | 3 | ||||
-rw-r--r-- | net/pathchar/Makefile | 3 | ||||
-rw-r--r-- | net/relay/Makefile | 3 | ||||
-rw-r--r-- | net/sniffit/Makefile | 3 | ||||
-rw-r--r-- | net/tcpshow/Makefile | 3 | ||||
-rw-r--r-- | net/telserv/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index 82a530a5dda8..aab7c30bb68c 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -10,7 +10,8 @@ PORTNAME= bounce PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= bounce EXTRACT_SUFX= .c diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index e6287ae859ec..7fa66390884e 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -12,7 +12,8 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ http://www.caida.org/Tools/Pathchar/ \ http://sitka.triumf.ca/net/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= 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 3dbbcc511dc4..c8d2946b53ef 100644 --- a/net/relay/Makefile +++ b/net/relay/Makefile @@ -10,7 +10,8 @@ PORTNAME= relay PORTVERSION= 1.10 CATEGORIES= net security MASTER_SITES= http://www.iagora.com/~espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= relay MAINTAINER= obrien@FreeBSD.org diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 55c460f33024..fed08b002e1d 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -10,7 +10,8 @@ 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/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= sniffit.0.3.7.beta MAINTAINER= obrien@FreeBSD.org diff --git a/net/tcpshow/Makefile b/net/tcpshow/Makefile index 1540602205e8..04594eab6f4a 100644 --- a/net/tcpshow/Makefile +++ b/net/tcpshow/Makefile @@ -9,7 +9,8 @@ PORTNAME= tcpshow PORTVERSION= 1.74 CATEGORIES= net security -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien # http://www.cs.berkeley.edu/~daw/mike/ DISTFILES= tcpshow.c tcpshow.1 diff --git a/net/telserv/Makefile b/net/telserv/Makefile index 2ab40b8e3fd6..562927c517f3 100644 --- a/net/telserv/Makefile +++ b/net/telserv/Makefile @@ -10,7 +10,8 @@ PORTNAME= telserv PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= telserv EXTRACT_SUFX= .c |