summaryrefslogtreecommitdiff
path: root/editors/emacs20-dl
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-02-25 16:23:37 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-02-25 16:23:37 +0000
commit45b27508e17a4d40f49ebc66ed467b6cc012041d (patch)
tree00c6c293c2c5a7c406d19437fc11acd5a97d1c7b /editors/emacs20-dl
parentUpdate WWW URL in DESCR. (diff)
Update PATCH_SITES and WWW URL in DESCR.
Notes
Notes: svn path=/head/; revision=26276
Diffstat (limited to 'editors/emacs20-dl')
-rw-r--r--editors/emacs20-dl/Makefile3
-rw-r--r--editors/emacs20-dl/pkg-descr4
2 files changed, 5 insertions, 2 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile
index 9c498e820da7..99d86defb81e 100644
--- a/editors/emacs20-dl/Makefile
+++ b/editors/emacs20-dl/Makefile
@@ -12,7 +12,8 @@ CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
-PATCH_SITES= http://www.etl.go.jp/~tomo/comp/emacsen/
+PATCH_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/ \
+ http://www.etl.go.jp/~tomo/comp/emacsen/
PATCHFILES= emacs-20.4-dl3.diff.gz
PATCH_DIST_STRIP= -p1
diff --git a/editors/emacs20-dl/pkg-descr b/editors/emacs20-dl/pkg-descr
index 11caa2ac14f4..cc0bd59dcd7f 100644
--- a/editors/emacs20-dl/pkg-descr
+++ b/editors/emacs20-dl/pkg-descr
@@ -7,7 +7,7 @@ Emacs binary is:
${PREFIX}/bin/emacs-dl-20.5
Dynamic loading patch:
- http://www.etl.go.jp/~tomo/comp/emacsen/emacs-20.4-dl3.diff.gz
+ ftp://ftp.m17n.org/mule/dynamic-loading/emacs-20.4-dl3.diff.gz
NOTE: This binary is not linked with libxpg4 shared library by default.
If your LANG environment variable has a value but "C", the following
@@ -18,4 +18,6 @@ warning message may be displayed:
If you complain about this message, type `make install USE_XPG4=YES'
at the "${PORTSDIR}/editors/japanese" directory to re-make this package.
+WWW: http://www.m17n.org/mule/dynamic-loading/
+
--- Porting by shige@FreeBSD.ORG