summaryrefslogtreecommitdiff
path: root/editors/flim-emacs
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-10-14 15:07:39 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-10-14 15:07:39 +0000
commitdf3f1ee0a268fd75de2a66b7c2595638b70eb4cf (patch)
tree434157c7d9bd74a907556dfb5973a320f319c898 /editors/flim-emacs
parentPR: ports/14303 (diff)
Fix flim-elisp compile problem.
Fix `@unexec rmdir' command in PLIST. Pkg_delete does not return an error, even if there is other FLIM_COOKIEs in the cookies directory.
Notes
Notes: svn path=/head/; revision=22447
Diffstat (limited to 'editors/flim-emacs')
-rw-r--r--editors/flim-emacs/files/patch-aa12
-rw-r--r--editors/flim-emacs/pkg-plist2
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