Ticket #3777: Portfile.diff
File Portfile.diff, 332 bytes (added by mark.duling@…, 19 years ago) |
---|
Line | |
---|---|
1 | 24a25,29 |
2 | > # Install *all* Tcl headers |
3 | > eval xinstall -m 755 [glob ${workpath}/tcl${version}/generic/*.h] ${destroot}${prefix}/include |
4 | > eval xinstall -m 755 [glob ${workpath}/tcl${version}/unix/*.h] ${destroot}${prefix}/include |
5 | > reinplace "s|../unix/tclUnixPort.h|tclUnixPort.h|g" \ |
6 | > ${destroot}${prefix}/include/tclPort.h |