summaryrefslogtreecommitdiff
path: root/editors/flim-emacs/pkg-plist
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/pkg-plist
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 '')
-rw-r--r--editors/flim-emacs/pkg-plist2
1 files changed, 1 insertions, 1 deletions
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