summaryrefslogtreecommitdiff
path: root/japanese/emacs20-emcws/files
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-02 15:10:01 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-02 15:10:01 +0000
commit655edd3a293570c56ef2e95628d33962a52624c0 (patch)
treed58885dad9afe8efe2a0124c7be06ebb72f8ef89 /japanese/emacs20-emcws/files
parentForgotten to bump PORTREVISION ;-( (diff)
Create appropriate DOC_FILE in build stage, instead of renaming
in install stage. Submitted by: MAINTAINER Reviewed by: knu(mentor)
Notes
Notes: svn path=/head/; revision=50859
Diffstat (limited to 'japanese/emacs20-emcws/files')
-rw-r--r--japanese/emacs20-emcws/files/patch-eb13
1 files changed, 11 insertions, 2 deletions
diff --git a/japanese/emacs20-emcws/files/patch-eb b/japanese/emacs20-emcws/files/patch-eb
index 83cc685c15c3..3b471abbd975 100644
--- a/japanese/emacs20-emcws/files/patch-eb
+++ b/japanese/emacs20-emcws/files/patch-eb
@@ -1,5 +1,14 @@
---- lisp/loadup.el.orig Wed Nov 28 20:54:00 2001
-+++ lisp/loadup.el Wed Nov 28 20:55:24 2001
+--- lisp/loadup.el.orig Sun Dec 2 22:10:51 2001
++++ lisp/loadup.el Sun Dec 2 22:12:10 2001
+@@ -246,7 +246,7 @@
+ (if (memq system-type '(ms-dos windows-nt))
+ (setq name (expand-file-name
+ (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
+- (setq name (concat (expand-file-name "../etc/DOC-") name))
++ (setq name (concat (expand-file-name "../etc/DOC-EMCWS-") name))
+ (if (file-exists-p name)
+ (delete-file name))
+ (copy-file (expand-file-name "../etc/DOC") name t))
@@ -280,11 +280,11 @@
(expand-file-name
(cond