RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/dnetc/Portfile,v
retrieving revision 1.7
diff -u -r1.7 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name dnetc |
5 | | version 2.9007-486 |
| 5 | version 2.9008-494 |
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 dnetc486-macosx-ppc.tar.gz |
24 | | checksums md5 a0fde69d94459409f1d8d8a95259955a |
25 | | master_sites ftp://ftp.distributed.net/pub/dcti/v2.9007/ \ |
26 | | http://http.distributed.net/pub/dcti/v2.9007/ |
27 | | worksrcdir dnetc486-macosx-ppc |
| 23 | distfiles dnetc494-macosx-ppc.tar.gz |
| 24 | checksums md5 c1c5774655e39a0c3de8f67fe1f03edc |
| 25 | master_sites ftp://ftp.distributed.net/pub/dcti/v2.9009/ \ |
| 26 | http://http.distributed.net/pub/dcti/v2.9009/ |
| 27 | worksrcdir dnetc494-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" |