svn commit: r372477 - in head/lang: ruby20 ruby21
Steve Wills
swills at FreeBSD.org
Wed Nov 12 02:40:51 UTC 2014
Author: swills
Date: Wed Nov 12 02:40:50 2014
New Revision: 372477
URL: https://svnweb.freebsd.org/changeset/ports/372477
QAT: https://qat.redports.org/buildarchive/r372477/
Log:
Fix plist with rdoc option off
Reported by: Warren Block <wblock at wonkity.com>
Reported by: Herbert J. Skuhra <herbert at oslo.ath.cx>
Modified:
head/lang/ruby20/pkg-plist
head/lang/ruby21/pkg-plist
Modified: head/lang/ruby20/pkg-plist
==============================================================================
--- head/lang/ruby20/pkg-plist Wed Nov 12 02:16:58 2014 (r372476)
+++ head/lang/ruby20/pkg-plist Wed Nov 12 02:40:50 2014 (r372477)
@@ -17131,4 +17131,4 @@ man/man1/%%RUBY_NAME%%.1.gz
@dir %%RUBY_LIBDIR%%/racc/rdoc
@dir %%RUBY_SITEARCHLIBDIR%%
@dir %%RUBY_VENDORARCHLIBDIR%%
- at dir %%RUBY_SITERIDIR%%
+%%RDOC%%@dir %%RUBY_SITERIDIR%%
Modified: head/lang/ruby21/pkg-plist
==============================================================================
--- head/lang/ruby21/pkg-plist Wed Nov 12 02:16:58 2014 (r372476)
+++ head/lang/ruby21/pkg-plist Wed Nov 12 02:40:50 2014 (r372477)
@@ -16911,4 +16911,4 @@ man/man1/%%RUBY_NAME%%.1.gz
@dir %%RUBY_SITEARCHLIBDIR%%
@dir %%RUBY_VENDORARCHLIBDIR%%
@dir %%RUBY_EXAMPLESDIR%%/curses
- at dir %%RUBY_SITERIDIR%%
+%%RDOC%%@dir %%RUBY_SITERIDIR%%
More information about the svn-ports-all
mailing list