- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
in the *_DEPENDS, that way it will finding correct file when I tweak the
PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
15 lines
528 B
Plaintext
15 lines
528 B
Plaintext
%%RUBY_SITELIBDIR%%/gtkhtml2.rb
|
|
%%RUBY_SITEARCHLIBDIR%%/gtkhtml2.so
|
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB
|
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
|
%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/test-gtkhtml.rb
|
|
%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
|
%%PORTEXAMPLES%%@dirrmtry %%RUBY_EXAMPLESDIR%%
|
|
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
|
%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%%
|
|
@dirrmtry %%RUBY_SITEARCHLIBDIR%%
|
|
@dirrmtry %%RUBY_SITELIBDIR%%
|
|
@dirrmtry lib/ruby/site_ruby
|
|
@dirrmtry lib/ruby
|