Ticket #2802: patch

File patch, 1.6 KB (added by decibel (Jim Nasby), 19 years ago)

patch to Portfile

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/dnetc/Portfile,v
    retrieving revision 1.7
    diff -u -r1.7 Portfile
     
    22
    33PortSystem      1.0
    44name            dnetc
    5 version         2.9007-486
     5version         2.9008-494
    66revision        1
    77categories      net
    88maintainers     yeled@opendarwin.org
     
    2020
    2121homepage        http://distributed.net/
    2222platforms       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
     23distfiles       dnetc494-macosx-ppc.tar.gz
     24checksums       md5 c1c5774655e39a0c3de8f67fe1f03edc
     25master_sites    ftp://ftp.distributed.net/pub/dcti/v2.9009/ \
     26                http://http.distributed.net/pub/dcti/v2.9009/
     27worksrcdir      dnetc494-macosx-ppc
    2828depends_run     path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
    2929
    3030configure {}
     
    3232destroot  {
    3333  file mkdir ${destroot}${prefix}/bin
    3434  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"
    3636  system "install -o root -m 755 -d ${destroot}${prefix}/etc/rc.d"
    3737  system "install -o root -m 755 -c \
    3838    ${portpath}/files/dnetc.sh ${destroot}${prefix}/etc/rc.d"