Changeset 79839
- Timestamp:
- 06/27/11 15:44:06 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/gplcver/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/gplcver/Portfile
r79830 r79839 46 46 # create directory for everything else 47 47 48 set docdir "${destroot}${prefix}/share/doc/ ${name}"48 set docdir "${destroot}${prefix}/share/doc/" 49 49 xinstall -m 755 -d ${docdir} 50 51 # copy doc files52 53 file copy ${worksrcpath}/COPYING ${docdir}54 file copy ${worksrcpath}/Changelog ${docdir}55 file copy ${worksrcpath}/INSTALL ${docdir}56 file copy ${worksrcpath}/LICENSE ${docdir}57 file copy ${worksrcpath}/NEW.CVER.2001.RELEASE.NOTES ${docdir}58 file copy ${worksrcpath}/OUR_PHILOSOPHY ${docdir}59 file copy ${worksrcpath}/README ${docdir}60 50 file copy ${worksrcpath}/doc ${docdir} 51 file rename ${docdir}/doc ${docdir}${name} 52 set docdir "${docdir}${name}" 53 xinstall -m 644 -W ${worksrcpath} \ 54 COPYING Changelog LICENSE NEW.CVER.2001.RELEASE.NOTES OUR_PHILOSOPHY README \ 55 ${docdir} 56 file copy ${worksrcpath}/doc/README ${docdir}/README_doc 61 57 62 58 # install the systasks man page … … 67 63 # create directory for everything else 68 64 69 set instdir "${destroot}${prefix}/share/${name}"70 xinstall -m 755 -d ${ instdir}65 set exampledir "${destroot}${prefix}/share/examples/${name}" 66 xinstall -m 755 -d ${exampledir} 71 67 72 68 # copy files 73 69 74 file copy ${worksrcpath}/pli_incs ${ instdir}75 file copy ${worksrcpath}/pli_src ${ instdir}76 file copy ${worksrcpath}/tests_and_examples ${ instdir}77 file copy ${worksrcpath}/ver_src ${ instdir}70 file copy ${worksrcpath}/pli_incs ${exampledir} 71 file copy ${worksrcpath}/pli_src ${exampledir} 72 file copy ${worksrcpath}/tests_and_examples ${exampledir} 73 file copy ${worksrcpath}/ver_src ${exampledir} 78 74 79 75 }
Note: See TracChangeset
for help on using the changeset viewer.

