diff options
author | yoichi <yoichi@FreeBSD.org> | 2001-12-02 23:10:01 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2001-12-02 23:10:01 +0800 |
commit | 999216dcd3d777be8514f256c4b079c51a9ad0d8 (patch) | |
tree | 7d2a9ff9351ca5eee6973343e2e88cdb16d30bca /japanese/emacs-emcws/files | |
parent | 7133cf194b006ee93c2b7bcb9327cb54cbbf0a8e (diff) | |
download | freebsd-ports-gnome-999216dcd3d777be8514f256c4b079c51a9ad0d8.tar.gz freebsd-ports-gnome-999216dcd3d777be8514f256c4b079c51a9ad0d8.tar.zst freebsd-ports-gnome-999216dcd3d777be8514f256c4b079c51a9ad0d8.zip |
Create appropriate DOC_FILE in build stage, instead of renaming
in install stage.
Submitted by: MAINTAINER
Reviewed by: knu(mentor)
Diffstat (limited to 'japanese/emacs-emcws/files')
-rw-r--r-- | japanese/emacs-emcws/files/patch-eb | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/japanese/emacs-emcws/files/patch-eb b/japanese/emacs-emcws/files/patch-eb index 83cc685c15c3..3b471abbd975 100644 --- a/japanese/emacs-emcws/files/patch-eb +++ b/japanese/emacs-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 |