1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/ruby-byaccr/pkg-plist
Akinori MUSHA 47e3fac3c6 Remove RUBY_EXAMPLESDIR on deinstallation if it's empty. As byaccr
doesn't RUN_DEPENDS on ruby, it has to remove the directory by itself.
2000-11-03 15:49:06 +00:00

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