diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-24 16:49:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-24 16:49:02 +0000 |
commit | a28befb5c78f1ebfa93ed470ceb1b4276438c3b0 (patch) | |
tree | 76e0606bb2eb4dfaaa63c1006941f0b967ef1545 /lang/ruby-man | |
parent | Update my MAINTAINER's email address in Makefile. (diff) |
Remove ${PREFIX}/share/doc/ruby correctly. (giving up if it fails)
Notes
Notes:
svn path=/head/; revision=31931
Diffstat (limited to 'lang/ruby-man')
-rw-r--r-- | lang/ruby-man/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby-man/pkg-plist b/lang/ruby-man/pkg-plist index 544464264795..a89068028ae9 100644 --- a/lang/ruby-man/pkg-plist +++ b/lang/ruby-man/pkg-plist @@ -48,3 +48,4 @@ share/doc/ruby/ruby-man-%%RUBY_VER%%/thread.html share/doc/ruby/ruby-man-%%RUBY_VER%%/variable.html share/doc/ruby/ruby-man-%%RUBY_VER%%/yacc.html @dirrm share/doc/ruby/ruby-man-%%RUBY_VER%% +@unexec rmdir %D/share/doc/ruby 2>/dev/null || true |