From c9c37baaaa77ca9bd84e5843e74781d9cf913116 Mon Sep 17 00:00:00 2001 From: Yoichi NAKAYAMA Date: Tue, 6 May 2003 11:48:28 +0000 Subject: [PATCH] Change MASTER_SITES and WWW. Notified by: bento --- editors/eshell-emacs20/Makefile | 2 +- editors/eshell-emacs20/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/eshell-emacs20/Makefile b/editors/eshell-emacs20/Makefile index c7217cbe39bf..5daaffc2cdae 100644 --- a/editors/eshell-emacs20/Makefile +++ b/editors/eshell-emacs20/Makefile @@ -8,7 +8,7 @@ PORTNAME= eshell PORTVERSION= 2.4.2 CATEGORIES= editors elisp -MASTER_SITES= http://www.gci-net.com/users/j/johnw/Emacs/packages/ +MASTER_SITES= http://emacswiki.org/johnw/Emacs/packages/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME} diff --git a/editors/eshell-emacs20/pkg-descr b/editors/eshell-emacs20/pkg-descr index caff28697a8e..174f78644810 100644 --- a/editors/eshell-emacs20/pkg-descr +++ b/editors/eshell-emacs20/pkg-descr @@ -8,4 +8,4 @@ Put the expression below into your ~/.emacs. (require 'pcmpl-auto) (add-hook 'shell-mode-hook 'pcomplete-shell-setup) -WWW: http://www.gci-net.com/~johnw/eshell.html +WWW: http://emacswiki.org/johnw/eshell.html