aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-03-04 10:58:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-03-04 10:58:40 +0000
commit6578ae83f4eff346904f46c139acc9252bfd2291 (patch)
tree436ab028e83cda637d1f636f3f7881d5fd420bf7 /editors
parentd037bfba6738fe8663c996f7a7019fd890bff3fb (diff)
downloadports-6578ae83f4eff346904f46c139acc9252bfd2291.tar.gz
ports-6578ae83f4eff346904f46c139acc9252bfd2291.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/mule-common/Makefile8
-rw-r--r--editors/mule-common/files/cannainfo.el4
-rw-r--r--editors/mule/Makefile8
3 files changed, 14 insertions, 6 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 68ca3e6c329d..2e201528dc34 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,10 +3,10 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.7 1995/02/13 18:08:49 ats Exp $
+# $Id: Makefile,v 1.6 1995/01/03 14:16:51 asami Exp $
#
-DISTNAME= mule-2.2
+DISTNAME= mule-2.2.2
DISTFILES= emacs-19.28.tar.gz
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
USE_GMAKE= yes
@@ -16,9 +16,11 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
--wnn --wnn-libraries=/usr/X11R6/lib \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
WRKSRC= ${WRKDIR}/emacs-19.28
-PATCHFILES= diff-19.28-2.2.gz
+PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
.if !defined(MASTER_SITE_OVERRIDE)
+# Use one of these if you are in Japan
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
+# PATCHSITE= etlport.etl.go.jp:/pub/mule/
PATCHSITE= ftp.cs.buffalo.edu:/pub/mule/
.else
PATCHSITE= ${MASTER_SITE_OVERRIDE}
diff --git a/editors/mule-common/files/cannainfo.el b/editors/mule-common/files/cannainfo.el
new file mode 100644
index 000000000000..a64d76b5aa5b
--- /dev/null
+++ b/editors/mule-common/files/cannainfo.el
@@ -0,0 +1,4 @@
+; reformat canna's info file
+(find-file "canna-jp.texi")
+(texinfo-format-buffer)
+(save-buffer)
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 68ca3e6c329d..2e201528dc34 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,10 +3,10 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.7 1995/02/13 18:08:49 ats Exp $
+# $Id: Makefile,v 1.6 1995/01/03 14:16:51 asami Exp $
#
-DISTNAME= mule-2.2
+DISTNAME= mule-2.2.2
DISTFILES= emacs-19.28.tar.gz
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
USE_GMAKE= yes
@@ -16,9 +16,11 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
--wnn --wnn-libraries=/usr/X11R6/lib \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
WRKSRC= ${WRKDIR}/emacs-19.28
-PATCHFILES= diff-19.28-2.2.gz
+PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
.if !defined(MASTER_SITE_OVERRIDE)
+# Use one of these if you are in Japan
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
+# PATCHSITE= etlport.etl.go.jp:/pub/mule/
PATCHSITE= ftp.cs.buffalo.edu:/pub/mule/
.else
PATCHSITE= ${MASTER_SITE_OVERRIDE}