summaryrefslogtreecommitdiff
path: root/irc/xchat-ruby/files/rubypath.rb
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-04-17 20:39:37 +0000
committerRene Ladan <rene@FreeBSD.org>2018-04-17 20:39:37 +0000
commit16b33f0ee7703bf2f0dda0ddbaede948f9d74de8 (patch)
treec3db24bc664682a54a80e0eec3e5785057edf4d8 /irc/xchat-ruby/files/rubypath.rb
parentirc/py-fishcrypt: remove optional dependency on expired irc/xchat (diff)
Remove expired port irc/xchat and plugins:
2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead irc/xchat-fish irc/xchat-mircryption irc/xchat-ruby
Diffstat (limited to 'irc/xchat-ruby/files/rubypath.rb')
-rw-r--r--irc/xchat-ruby/files/rubypath.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/irc/xchat-ruby/files/rubypath.rb b/irc/xchat-ruby/files/rubypath.rb
deleted file mode 100644
index 783d1d4a382a..000000000000
--- a/irc/xchat-ruby/files/rubypath.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/local/bin/ruby
-require "rbconfig"
-if RbConfig::CONFIG[ 'rubyhdrdir' ].nil?
- puts RbConfig::CONFIG['archdir']
-else
- print RbConfig::CONFIG['rubyhdrdir']
- print " -I"
- print RbConfig::CONFIG['rubyhdrdir']
- print "/"
- puts RbConfig::CONFIG['sitearch']
-end
-# eof