mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
df3f1ee0a2
Fix `@unexec rmdir' command in PLIST. Pkg_delete does not return an error, even if there is other FLIM_COOKIEs in the cookies directory.
20 lines
494 B
Plaintext
20 lines
494 B
Plaintext
--- 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
|
|
(expand-file-name "../../site-lisp/apel" data-directory))
|
|
+(add-to-list 'load-path
|
|
+ (expand-file-name "../site-lisp/emu" data-directory))
|
|
|
|
(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")
|