diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-14 15:07:39 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-14 15:07:39 +0000 |
commit | df3f1ee0a268fd75de2a66b7c2595638b70eb4cf (patch) | |
tree | 434157c7d9bd74a907556dfb5973a320f319c898 /editors | |
parent | fe9ac2742f3bbef5afc63bac3f3e64f491e3c7d7 (diff) | |
download | ports-df3f1ee0a268fd75de2a66b7c2595638b70eb4cf.tar.gz ports-df3f1ee0a268fd75de2a66b7c2595638b70eb4cf.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/flim-emacs/files/patch-aa | 12 | ||||
-rw-r--r-- | editors/flim-emacs/pkg-plist | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/editors/flim-emacs/files/patch-aa b/editors/flim-emacs/files/patch-aa index 450d2b6f8af6..bbe4ab40628d 100644 --- a/editors/flim-emacs/files/patch-aa +++ b/editors/flim-emacs/files/patch-aa @@ -1,5 +1,5 @@ ---- FLIM-CFG.orig Tue Sep 15 15:26:08 1998 -+++ FLIM-CFG Sun May 9 01:33:26 1999 +--- FLIM-CFG.orig Mon May 31 18:23:26 1999 ++++ FLIM-CFG Thu Oct 14 23:56:32 1999 @@ -8,6 +8,8 @@ (add-to-list 'load-path @@ -9,3 +9,11 @@ (if (boundp 'LISPDIR) (progn +@@ -19,6 +21,7 @@ + (if (boundp 'VERSION_SPECIFIC_LISPDIR) + (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR)) + ++(require 'emu) + (require 'install) + + (add-latest-path "custom") diff --git a/editors/flim-emacs/pkg-plist b/editors/flim-emacs/pkg-plist index aea5bf19bdb6..fc7514552dae 100644 --- a/editors/flim-emacs/pkg-plist +++ b/editors/flim-emacs/pkg-plist @@ -44,4 +44,4 @@ info/mime-en.info @exec install-info %D/info/mime-en.info %D/info/dir share/flim/%%FLIM_COOKIE%% -@unexec /bin/rmdir %D/share/flim +@unexec /bin/rmdir %D/share/flim || true |