[54462] users/kimuraw/rb-gnome/ruby

kimuraw at macports.org kimuraw at macports.org
Mon Jul 27 21:22:07 PDT 2009


Revision: 54462
          http://trac.macports.org/changeset/54462
Author:   kimuraw at macports.org
Date:     2009-07-27 21:22:06 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
users/kimuraw/rb-gnome
  rb-vte, rb-gnome-panel: correct install destination of pkgconfig .pc files.

Modified Paths:
--------------
    users/kimuraw/rb-gnome/ruby/rb-gnome-panel/Portfile
    users/kimuraw/rb-gnome/ruby/rb-vte/Portfile

Modified: users/kimuraw/rb-gnome/ruby/rb-gnome-panel/Portfile
===================================================================
--- users/kimuraw/rb-gnome/ruby/rb-gnome-panel/Portfile	2009-07-28 03:53:03 UTC (rev 54461)
+++ users/kimuraw/rb-gnome/ruby/rb-gnome-panel/Portfile	2009-07-28 04:22:06 UTC (rev 54462)
@@ -22,3 +22,7 @@
 				port:rb-gtk2 port:rb-glib2
 distname		${ruby.project}-all-${version}
 
+pre-destroot {
+	xinstall -d ${destroot}${prefix}/lib/pkgconfig
+}
+

Modified: users/kimuraw/rb-gnome/ruby/rb-vte/Portfile
===================================================================
--- users/kimuraw/rb-gnome/ruby/rb-vte/Portfile	2009-07-28 03:53:03 UTC (rev 54461)
+++ users/kimuraw/rb-gnome/ruby/rb-vte/Portfile	2009-07-28 04:22:06 UTC (rev 54462)
@@ -21,3 +21,7 @@
 depends_lib-append	port:vte port:rb-gtk2
 distname		${ruby.project}-all-${version}
 
+pre-destroot {
+	xinstall -d ${destroot}${prefix}/lib/pkgconfig
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/c54778bc/attachment.html>


More information about the macports-changes mailing list