Ticket #3777: Portfile.2.diff
File Portfile.2.diff, 608 bytes (added by mark.duling@…, 19 years ago) |
---|
-
Portfile.tcl.
old new 22 22 cd ${destroot}${prefix}/lib 23 23 system "ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib" 24 24 file delete -force ${destroot}${prefix}/share/man/man3/Panic.3 25 # Install *all* Tcl headers 26 eval xinstall -m 755 [glob ${workpath}/tcl${version}/generic/*.h] ${destroot}${prefix}/include 27 eval xinstall -m 755 [glob ${workpath}/tcl${version}/unix/*.h] ${destroot}${prefix}/include 28 reinplace "s|../unix/tclUnixPort.h|tclUnixPort.h|g" \ 29 ${destroot}${prefix}/include/tclPort.h 25 30 }