You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
h4h5tools: Fix destroot
This commit is contained in:
@@ -33,18 +33,9 @@ configure.libs -ldf -lmfhdf
|
||||
|
||||
post-destroot {
|
||||
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
|
||||
xinstall -m 644 -W ${worksrcpath} README.txt COPYING Copyright.html \
|
||||
xinstall -m 644 -W ${worksrcpath} \
|
||||
README.txt COPYING release_docs/HISTORY.txt \
|
||||
${destroot}${prefix}/share/doc/${name}
|
||||
|
||||
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/pdf
|
||||
xinstall -m 644 -W ${worksrcpath}/doc \
|
||||
H4H5ProgrammersNotes.pdf h4toh5lib_RM.pdf h4toh5lib_UG.pdf \
|
||||
${destroot}${prefix}/share/doc/${name}/pdf
|
||||
|
||||
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/html
|
||||
xinstall -m 644 -W ${worksrcpath}/doc \
|
||||
h4toh5lib_RM.html h4toh5lib_UG.html \
|
||||
${destroot}${prefix}/share/doc/${name}/html
|
||||
}
|
||||
|
||||
livecheck.type regex
|
||||
|
||||
Reference in New Issue
Block a user