From 16b33f0ee7703bf2f0dda0ddbaede948f9d74de8 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 17 Apr 2018 20:39:37 +0000 Subject: 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 --- irc/xchat-ruby/files/rubypath.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 irc/xchat-ruby/files/rubypath.rb (limited to 'irc/xchat-ruby/files/rubypath.rb') 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 -- cgit v1.2.3