c34b60da51
* Convert NOPORTDOCS to PORT_OPTIONS:MDOCS [1] * Remove LICENSE_FILE for standard license * Remove INSTALL_DEPENDS * Make use of rubygem ports instead of ruby- prefix ports * Update the restriction of Ruby version * Cleanup post-patch target - Remove net-im/mikutter003 [2] * Consider using net-im/mikutter * Add an entry to UPDATING PR: ports/179320 (based on) [1] PR: ports/179504 (based on) [2] Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1][2]
11 lines
480 B
Ruby
11 lines
480 B
Ruby
--- mikutter.rb.orig 2013-06-12 02:55:23.699616516 +0000
|
|
+++ mikutter.rb 2013-06-12 02:58:14.554656063 +0000
|
|
@@ -11,7 +11,7 @@
|
|
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
=end
|
|
-mikutter_directory = File.expand_path(File.dirname(__FILE__))
|
|
+mikutter_directory = '%%RUBY_SITELIBDIR%%/mikutter'
|
|
|
|
begin
|
|
ENV['BUNDLE_GEMFILE'] = File.expand_path(File.join(File.dirname($0), "Gemfile"))
|