Ticket #16989: Portfile-libgtkhtml3.diff

File Portfile-libgtkhtml3.diff, 629 bytes (added by olaf@…, 16 years ago)
  • Portfile

    old new  
    4545livecheck.check regex
    4646livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
    4747livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
     48
     49post-configure {                                                                                                                                     
     50                system "cd ${worksrcpath} && patch -p0 < ${filespath}/patch"                                                                                                                                       
     51}