[107139] trunk/dports/ruby/rb-rubygems/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 19 03:12:02 PDT 2013


Revision: 107139
          https://trac.macports.org/changeset/107139
Author:   ryandesign at macports.org
Date:     2013-06-19 03:12:02 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
rb-rubygems: fix symlink in ruby variant (#39471)

Modified Paths:
--------------
    trunk/dports/ruby/rb-rubygems/Portfile

Modified: trunk/dports/ruby/rb-rubygems/Portfile
===================================================================
--- trunk/dports/ruby/rb-rubygems/Portfile	2013-06-19 05:38:11 UTC (rev 107138)
+++ trunk/dports/ruby/rb-rubygems/Portfile	2013-06-19 10:12:02 UTC (rev 107139)
@@ -7,7 +7,7 @@
 categories		ruby devel
 license			{Ruby GPL-2}
 version			1.3.7
-revision		1
+revision		2
 
 homepage		http://rubygems.org/
 master_sites		http://rubyforge.org/frs/download.php/70696/
@@ -50,9 +50,9 @@
     destroot.args-append    --vendor --no-format-executable
     ruby.branch             1.8
     post-destroot {
-	xinstall -d ${destroot}${ruby.bindir}
-	move ${destroot}${prefix}/bin/gem ${destroot}/${ruby.bindir}/gem
-	ln -s ${destroot}/${ruby.bindir}/gem ${destroot}${prefix}/bin/gem${ruby.link_binaries_suffix}
+        xinstall -d ${destroot}${ruby.bindir}
+        move ${destroot}${prefix}/bin/gem ${destroot}${ruby.bindir}/gem
+        ln -s ${ruby.bindir}/gem ${destroot}${prefix}/bin/gem${ruby.link_binaries_suffix}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/cb6a01ea/attachment.html>


More information about the macports-changes mailing list