aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-12-05 15:59:36 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-12-05 15:59:36 +0000
commit433e0a88f0ffc4202c343746223da941e5eb513f (patch)
treec2421c479e147ac3e295b872b95f38ca065a3c87
parent189ab5484cf247d077458c2fa718afa8da29e785 (diff)
downloadports-433e0a88f0ffc4202c343746223da941e5eb513f.tar.gz
ports-433e0a88f0ffc4202c343746223da941e5eb513f.zip
Notes
-rw-r--r--editors/apel/Makefile7
-rw-r--r--editors/apel/pkg-descr2
2 files changed, 4 insertions, 5 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index 87989925e75c..da8e3ffee199 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -8,12 +8,11 @@
PORTNAME= apel
PORTVERSION= ${APEL_VER}
CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.m17n.org/pub/mule/apel/ \
- ftp://ftp.jpl.org/pub/elisp/apel/ \
- ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/apel/
+MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/apel/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,elisp/jpl/elisp/apel,}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= nobutaka@FreeBSD.org
COMMENT?= A Portable Emacs Library for emacs21
# distfile version
diff --git a/editors/apel/pkg-descr b/editors/apel/pkg-descr
index 74015011ccf9..04e3eddfa92f 100644
--- a/editors/apel/pkg-descr
+++ b/editors/apel/pkg-descr
@@ -29,6 +29,6 @@ To use apel, put the following setup into your ~/.emacs:
(require 'apel-setupel)
-WWW: http://cvs.m17n.org/elisp/APEL/index.en.html
+WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html
Ported by shige@FreeBSD.ORG.