diff options
author | asami <asami@FreeBSD.org> | 1997-04-30 11:18:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-30 11:18:09 +0800 |
commit | 88eb3ae427e3ab7d3f9a4eefcba528c21a999282 (patch) | |
tree | b2296f746cc3c0fbe399852dd937a22039e30217 /net | |
parent | 95c409a37e9502ee12a34eb9f1e3c1ac62187786 (diff) | |
download | freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.gz freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.zst freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.zip |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Diffstat (limited to 'net')
-rw-r--r-- | net/sup/Makefile | 4 | ||||
-rw-r--r-- | net/tcptrace/Makefile | 6 | ||||
-rw-r--r-- | net/telnetx/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index bc975c5dda82..a7d4774bcc27 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -3,13 +3,13 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.8 1996/11/18 11:36:32 asami Exp $ +# $Id: Makefile,v 1.9 1996/11/18 14:09:10 asami Exp $ # DISTNAME= sup PKGNAME= sup-2.0 CATEGORIES= net -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= gibbs@FreeBSD.org diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index aade6f4cbe64..87cb24930392 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -3,14 +3,14 @@ # Date created: 3 March 1997 # Whom: fenner # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/06 02:18:51 asami Exp $ # DISTNAME= tcptrace-3.2.5 CATEGORIES= net # this site uncompresses the file AND sends it with a .gz suffix -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/ -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +#MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= tcptrace_3.2.5.tar.gz MAINTAINER= fenner@FreeBSD.ORG diff --git a/net/telnetx/Makefile b/net/telnetx/Makefile index 2dc82bda6f16..87f751fa549e 100644 --- a/net/telnetx/Makefile +++ b/net/telnetx/Makefile @@ -3,13 +3,13 @@ # Date created: 22 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1996/11/13 12:41:28 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:36:39 asami Exp $ # DISTNAME= telnetx+transit.src.940401 PKGNAME= telnetx-940401 CATEGORIES= net -MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ MAINTAINER= max@FreeBSD.ORG |