diff options
author | yoichi <yoichi@FreeBSD.org> | 2003-05-06 19:48:28 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2003-05-06 19:48:28 +0800 |
commit | 0dc6b2141f8d9f7759baa7761c055784dd1e1192 (patch) | |
tree | bf5a4128a4fd00c8259a466b1adf392a8f89b47d /editors | |
parent | 5c33dc51398675d7230fabc0ec263521d59136f9 (diff) | |
download | freebsd-ports-gnome-0dc6b2141f8d9f7759baa7761c055784dd1e1192.tar.gz freebsd-ports-gnome-0dc6b2141f8d9f7759baa7761c055784dd1e1192.tar.zst freebsd-ports-gnome-0dc6b2141f8d9f7759baa7761c055784dd1e1192.zip |
Change MASTER_SITES and WWW.
Notified by: bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/eshell-emacs20/Makefile | 2 | ||||
-rw-r--r-- | 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 |