Ticket #15639: Portfile.diff
File Portfile.diff, 476 bytes (added by blb@…, 16 years ago) |
---|
-
Portfile
old new 5 5 6 6 name rb-rubygems 7 7 version 1.1.1 8 revision 1 8 9 9 10 homepage http://www.rubygems.org 10 11 master_sites http://rubyforge.org/frs/download.php/35283/ … … 23 24 extract.suffix .tgz 24 25 platforms darwin 25 26 27 patchfiles patch-setup.rb.diff 28 post-patch { 29 reinplace "s|@@DESTROOT@@|${destroot}|" ${worksrcpath}/setup.rb 30 } 31 26 32 configure { } 27 33 build { } 28 34