diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-01-10 15:02:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-01-10 15:02:59 +0000 |
commit | 079789dfbf09b4250b129f8e8c6d3f3db2a45d42 (patch) | |
tree | 58ed6c36ff9ad17726d3ba2f472254a85a4edf0e /editors/ce | |
parent | d0bb7e31879d15561afa40d706e827a30cfb6328 (diff) | |
download | pkgsrc-079789dfbf09b4250b129f8e8c6d3f3db2a45d42.tar.gz |
The HTTP site is apparently no longer available. Use the FTP site instead.
Diffstat (limited to 'editors/ce')
-rw-r--r-- | editors/ce/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index 68f4ee01a5b..0a66f160f52 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.5 2005/01/08 07:46:15 schmonz Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/01/10 15:02:59 schmonz Exp $ # DISTNAME= ce-${VERSION} VERSION= 4.5 CATEGORIES= editors -MASTER_SITES= http://cnswww.cns.cwru.edu/~chet/dist/ +MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/ +HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/ COMMENT= Chet's Emacs: small, fast emacs-like editor GNU_CONFIGURE= yes |