diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-07 07:23:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-07 07:23:43 +0000 |
commit | ef19b346c19e1e342e952f369c5aff7ab7128a10 (patch) | |
tree | 96f18b40648c777428642c9a33c84009552196c4 /devel/ruby-racc-runtime | |
parent | Add ruby-setup-install target which I forgot to add. (diff) |
Update fundamental ruby ports first with bsd.ruby.mk.
Diffstat (limited to 'devel/ruby-racc-runtime')
-rw-r--r-- | devel/ruby-racc-runtime/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-racc-runtime/pkg-plist b/devel/ruby-racc-runtime/pkg-plist index 0c547b7a1d34..f793951456e7 100644 --- a/devel/ruby-racc-runtime/pkg-plist +++ b/devel/ruby-racc-runtime/pkg-plist @@ -1,4 +1,4 @@ -lib/ruby/site_ruby/%%RUBY_VER%%/racc/parser.rb -lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc/cparse.so -@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/racc -@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc +%%RUBY_SITELIBDIR%%/racc/parser.rb +%%RUBY_SITEARCHLIBDIR%%/racc/cparse.so +@dirrm %%RUBY_SITELIBDIR%%/racc +@dirrm %%RUBY_SITEARCHLIBDIR%%/racc |