Ticket #13922: Portfile-ophcrack.diff
File Portfile-ophcrack.diff, 421 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
23 23 patchfiles patch-Makefile.in 24 24 pre-fetch { 25 25 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." 28 27 } 29 28 } 30 29 post-activate {