diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 13:04:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 13:04:06 +0000 |
commit | 419d8a168b61880f519dcd522c6e30b1ef56de09 (patch) | |
tree | bc334d9d1dd83cd1f05721125330561d55493af1 /editors/ce | |
parent | f552c227347211f551ec262244f6d1c9290254fe (diff) | |
download | pkgsrc-419d8a168b61880f519dcd522c6e30b1ef56de09.tar.gz |
Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.
Diffstat (limited to 'editors/ce')
-rw-r--r-- | editors/ce/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index c7f86cf7288..85741eea614 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,13 +1,14 @@ -# $NetBSD: Makefile.common,v 1.7 2006/01/13 10:10:46 schmonz Exp $ +# $NetBSD: Makefile.common,v 1.8 2007/12/02 13:04:09 wiz Exp $ # DISTNAME= ce-${VERSION} VERSION= 4.6 CATEGORIES= editors -MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ +MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ \ + http://tiswww.case.edu/php/chet/dist/ MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/ +HOMEPAGE= http://tiswww.case.edu/php/chet/ COMMENT= Chet's Emacs: small, fast emacs-like editor GNU_CONFIGURE= yes |