mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
453bf8ce7a
- ${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.
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
%%RUBY_SITELIBDIR%%/gtkmozembed.rb
|
|
%%RUBY_SITEARCHLIBDIR%%/gtkmozembed.so
|
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB
|
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
|
%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/COPYING
|
|
%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/README
|
|
%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/ruby-gecko.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
|