Changeset 82788
- Timestamp:
- 08/20/11 01:20:49 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/scotch/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/scotch/Portfile
r82787 r82788 6 6 name scotch 7 7 version 5.1.11 8 revision 18 revision 2 9 9 10 10 # this is specific to this port and *version* for downloading it: … … 60 60 build.target scotch ptscotch 61 61 62 # scotch and ptscotch MUST be built sequentially according to scotch's INSTALL.txt 62 63 use_parallel_build no 63 64 … … 66 67 eval xinstall -m 755 [glob ${worksrcpath}/../include/*] ${destroot}${prefix}/include 67 68 eval xinstall -m 755 [glob ${worksrcpath}/../lib/*] ${destroot}${prefix}/lib 68 # This needs iteration through folders: 69 # eval xinstall -m 755 [glob ${worksrcpath}/../man/*] ${destroot}${prefix}/man 69 xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 70 eval xinstall -m 755 [glob ${worksrcpath}/../man/man1/*] ${destroot}${prefix}/share/man/man1 70 71 } 71 72
Note: See TracChangeset
for help on using the changeset viewer.

