diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-19 08:23:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-19 08:23:22 +0000 |
commit | 82774083c47a347f663ee495873d18275a4b5c68 (patch) | |
tree | c0ff0ae84c67be1ccfff37b1695fc2604b1d712e /lang | |
parent | Run-depend on mod_php4. Seems the standalone php (lang/php4) and the (diff) |
Remove RUBY_DOCDIR if empty.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=40037
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-programmingruby/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby-programmingruby/pkg-plist b/lang/ruby-programmingruby/pkg-plist index 6372ae2fd085..5a0d6ea0132f 100644 --- a/lang/ruby-programmingruby/pkg-plist +++ b/lang/ruby-programmingruby/pkg-plist @@ -153,3 +153,4 @@ @dirrm %%RUBY_DOCDIR%%/programmingruby/html @dirrm %%RUBY_DOCDIR%%/programmingruby/xml @dirrm %%RUBY_DOCDIR%%/programmingruby +@unexec rmdir %D/%%RUBY_DOCDIR%% 2>/dev/null || true |