diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-11-13 17:33:47 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-11-13 17:33:47 +0000 |
commit | 6ab02ccd5e457606e47a93d5da68c4bd3783a766 (patch) | |
tree | d404a0fff7795d0c52b02b6993ecef67e5e80afd /math/ruby-algebra | |
parent | - Add p5-XML-LibXML-Cache 0.10 (diff) |
Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285709
Diffstat (limited to 'math/ruby-algebra')
-rw-r--r-- | math/ruby-algebra/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ruby-algebra/pkg-plist b/math/ruby-algebra/pkg-plist index d0a7cd0e5eb9..f6af053dd89a 100644 --- a/math/ruby-algebra/pkg-plist +++ b/math/ruby-algebra/pkg-plist @@ -213,6 +213,6 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/todo.rd %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraic-root01.rb.v.rd %%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraic-root01.rb.v.rd -@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%% -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%% +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |