diff options
author | wiz <wiz> | 2007-12-02 13:04:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 13:04:06 +0000 |
commit | b24368013223eedf2cb466a7c95f1f66008a5afc (patch) | |
tree | bc334d9d1dd83cd1f05721125330561d55493af1 /editors | |
parent | b701edc448896a1ae2d177f15cfa92d271df5a27 (diff) | |
download | pkgsrc-b24368013223eedf2cb466a7c95f1f66008a5afc.tar.gz |
Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.
Diffstat (limited to 'editors')
-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 |