Ticket #13922: Portfile-ophcrack.diff

File Portfile-ophcrack.diff, 421 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)
  • Portfile

     
    2323patchfiles              patch-Makefile.in
    2424pre-fetch {
    2525        if { [string compare ${os.endian} "little"] != 0 } {
    26                 ui_error "${name} only runs on little-endian machines."
    27                 exit 1
     26                return -code error "${name} only runs on little-endian machines."
    2827        }
    2928}
    3029post-activate {