diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-12-08 11:18:31 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-12-08 11:18:31 +0000 |
commit | c9136a1669e2af01caab2c00e3686d67dc516806 (patch) | |
tree | a3460cd677a69e237f1f4c8435595c83ad7c7889 /editors/wily/Makefile | |
parent | 3f5381072fdf32ae11ec430da5dc34a5734a37ec (diff) | |
download | ports-c9136a1669e2af01caab2c00e3686d67dc516806.tar.gz ports-c9136a1669e2af01caab2c00e3686d67dc516806.zip |
Fix MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=23656
Diffstat (limited to 'editors/wily/Makefile')
-rw-r--r-- | editors/wily/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index ddaf84b3de35..171644856408 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 |