Ticket #988: portfile.diff

File portfile.diff, 460 bytes (added by bchesneau@…, 21 years ago)

patch portfile

  • (a) Portfile-orig vs. (b) Portfile

    a b  
    3535                  system "install -m 444 ${worksrcpath}/README* \
    3636                          ${destroot}${prefix}/share/${portname}"
    3737                  system "install -m 444 ${worksrcpath}/sample-* \
    38                           ${destroot}${prefix}/share/${portname}" }
     38                          ${destroot}${prefix}/share/${portname}"
     39                         
     40                        file mkdir ${destroot}${prefix}/var/run
     41                        system "touch   ${destroot}${prefix}/var/run/.keep"
     42                        }
    3943