mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
47e3fac3c6
doesn't RUN_DEPENDS on ruby, it has to remove the directory by itself.
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
bin/byaccr
|
|
%%RUBY_EXAMPLESDIR%%/byaccr/Parser.rb
|
|
%%RUBY_EXAMPLESDIR%%/byaccr/Test.rb
|
|
%%RUBY_EXAMPLESDIR%%/byaccr/cal.y
|
|
@dirrm %%RUBY_EXAMPLESDIR%%/byaccr
|
|
@unexec rmdir %D/%%RUBY_EXAMPLESDIR%% 2>/dev/null || true
|