diff options
author | dent <dent@pkgsrc.org> | 2001-05-31 08:13:15 +0000 |
---|---|---|
committer | dent <dent@pkgsrc.org> | 2001-05-31 08:13:15 +0000 |
commit | 0bcf2a4e70b8c2b34f45c97849f44c95f3e0f6f5 (patch) | |
tree | 75060d00c28ca349258ff743b337e60d72582117 /editors/wily | |
parent | 8955c8788ff53278297655ecdd627b1622c405e7 (diff) | |
download | pkgsrc-0bcf2a4e70b8c2b34f45c97849f44c95f3e0f6f5.tar.gz |
Fix dead HOMEPAGE, MASTER_SITES
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 8d978382f8e..7b4f2435d9d 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 14:40:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/05/31 08:13:15 dent Exp $ # DISTNAME= wily-0.13.41 CATEGORIES= editors plan9 -MASTER_SITES= ftp://ftp.cs.su.oz.au/gary/wily/src/ +MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ EXTRACT_SUFX= .tgz MAINTAINER= agc@netbsd.org -HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~gary/wily/ +HOMEPAGE= http://www.cs.yorku.ca/~oz/wily/ COMMENT= Unix/X11 clone of the Plan9 acme editor/environment GNU_CONFIGURE= yes |