diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-12-08 11:18:31 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-12-08 11:18:31 +0000 |
commit | e8477e83a2c5a1c5311f92c91e27f2dbb3734e8c (patch) | |
tree | 4ceb03b999fd206a6ca6db2073846da4a95cac82 | |
parent | 55ad322cb5de587c5cda4633276b77a2c3f4aae6 (diff) | |
download | FreeBSD-ports-e8477e83a2c5a1c5311f92c91e27f2dbb3734e8c.zip FreeBSD-ports-e8477e83a2c5a1c5311f92c91e27f2dbb3734e8c.tar.gz |
Fix MASTER_SITES.
-rw-r--r-- | editors/wily/Makefile | 2 | ||||
-rw-r--r-- | misc/tet/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index ddaf84b..1716448 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -10,7 +10,7 @@ DISTNAME= wily-0.13.41 CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/src/ \ ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \ - ftp://ftp.cs.su.oz.au/gary/wily/src/ + ftp://ftp.cs.su.oz.au/gary/wily/src/old/ EXTRACT_SUFX= .tgz MAINTAINER= jkoshy@freebsd.org diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 8e55e69..d7cf917 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -10,7 +10,7 @@ DISTNAME= tet3.2e-unsup PKGNAME= tet-3.2e CATEGORIES= misc MASTER_SITES= ftp://ftp.rdg.opengroup.org/pub/TET/TET3/ \ - http://freefall.freebsd.org/~jkoshy/PORTS/ + http://www.FreeBSD.org/~jkoshy/PORTS/ EXTRACT_SUFX= .src.tgz MAINTAINER= jkoshy@freebsd.org |