[103930] trunk/dports/ruby/rb-aspectr/Portfile

kimuraw at macports.org kimuraw at macports.org
Sun Mar 10 03:15:22 PDT 2013


Revision: 103930
          https://trac.macports.org/changeset/103930
Author:   kimuraw at macports.org
Date:     2013-03-10 03:15:22 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
lang/rb-aspectr: correct install destination of aspectr.rb

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

Modified: trunk/dports/ruby/rb-aspectr/Portfile
===================================================================
--- trunk/dports/ruby/rb-aspectr/Portfile	2013-03-10 09:57:41 UTC (rev 103929)
+++ trunk/dports/ruby/rb-aspectr/Portfile	2013-03-10 10:15:22 UTC (rev 103930)
@@ -4,7 +4,7 @@
 
 ruby.setup		aspectr 0.3.5 basic_install.rb {README aspects examples} \
 				sourceforge
-revision		1
+revision		2
 maintainers		nomaintainer
 description		Simple aspect-oriented programming in Ruby
 long_description	Aspect-oriented programming concepts to Ruby. \
@@ -19,6 +19,5 @@
 platforms		darwin
 
 post-patch {
-	reinplace "s|installdir = \"|&${ruby.version}|" ${worksrcpath}/install.rb
+	reinplace "s|sitedir|vendorlibdir|g" ${worksrcpath}/install.rb
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130310/8b356f07/attachment.html>


More information about the macports-changes mailing list