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:
parent
fe9ac2742f
commit
df3f1ee0a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22447
@ -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")
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user