Ticket #10082: Portfile.patch
File Portfile.patch, 463 bytes (added by vinc17@…, 17 years ago) |
---|
-
Portfile
23 23 # libwc will not find gc unless .. 24 24 configure.env CFLAGS=-I${prefix}/include/ 25 25 26 26 post-activate { 27 set d "${prefix}/etc/w3m" 28 set f "${d}/mailcap" 29 if {![file exists ${f}]} { 30 file mkdir ${d} 31 system "echo 'application/xhtml+xml; cat %s; x-htmloutput' > ${f}" 32 } 33 }