RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/dnetc/Portfile,v
retrieving revision 1.6
diff -u -r1.6 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name dnetc |
5 | | version 2.9007-486 |
| 5 | version 2.9008-493 |
6 | 6 | revision 1 |
7 | 7 | categories net |
8 | 8 | maintainers yeled@opendarwin.org |
… |
… |
|
20 | 20 | |
21 | 21 | homepage http://distributed.net/ |
22 | 22 | platforms darwin |
23 | | distfiles dnetc-macosx-ppc.tar.gz |
24 | | checksums md5 a0fde69d94459409f1d8d8a95259955a |
25 | | master_sites ftp://ftp.distributed.net/pub/dcti/current-client/ \ |
26 | | http://http.distributed.net/pub/dcti/current-client/ |
27 | | worksrcdir dnetc486-macosx-ppc |
| 23 | distfiles dnetc490-macosx-ppc.tar.gz |
| 24 | checksums md5 ea95a124625e7bc487fe4d0f800ef60d |
| 25 | master_sites ftp://ftp.distributed.net/pub/dcti/v2.9008/ \ |
| 26 | http://http.distributed.net/pub/dcti/v2.9008/ |
| 27 | worksrcdir dnetc490-macosx-ppc |
28 | 28 | depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup |
29 | 29 | |
30 | 30 | configure {} |
… |
… |
|
32 | 32 | destroot { |
33 | 33 | file mkdir ${destroot}${prefix}/bin |
34 | 34 | system "install -m 755 ${worksrcpath}/dnetc ${destroot}${prefix}/bin" |
35 | | system "install -m 644 ${worksrcpath}/dnetc.1 ${destroot}${prefix}/share/man/man1" |
| 35 | # system "install -m 644 ${worksrcpath}/dnetc.1 ${destroot}${prefix}/share/man/man1" |
36 | 36 | system "install -o root -m 755 -d ${destroot}${prefix}/etc/rc.d" |
37 | 37 | system "install -o root -m 755 -c \ |
38 | 38 | ${portpath}/files/dnetc.sh ${destroot}${prefix}/etc/rc.d" |