diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-07 02:42:09 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-07 02:42:09 +0000 |
commit | 7fbbdd549f4839596ae213a5172f3d17584ba53c (patch) | |
tree | 5e9c59eeba88c45466ecc535329efc05c82e7744 /editors/wily | |
parent | bb4735960b2730f7e73cf052822881005150413d (diff) | |
download | freebsd-ports-7fbbdd549f4839596ae213a5172f3d17584ba53c.zip |
Correct master site URL.
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index ea44edac4820..149747ce3067 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -3,12 +3,12 @@ # Date created: 23 September 1997 # Whom: koshy # -# $Id: Makefile,v 1.2 1998/07/07 11:39:46 jkoshy Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:31:36 asami Exp $ # DISTNAME= wily-0.13.36 CATEGORIES= plan9 editors -MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/wily/src/ \ +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/ EXTRACT_SUFX= .tgz |