1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Shigeyuki Fukushima 1999-10-14 15:07:39 +00:00
parent fe9ac2742f
commit df3f1ee0a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22447
2 changed files with 11 additions and 3 deletions

View File

@ -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")

View File

@ -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