Ticket #997: jhead.new.patch

File jhead.new.patch, 606 bytes (added by simon@…, 21 years ago)

patch to gunzip man page and install

  • Portfile

     
    3232                          system "install -m 755 -d ${destroot}${prefix}/share/doc/${portname}"
    3333                          system "install -m 644 ${worksrcpath}/*.html ${destroot}${prefix}/share/doc/${portname}"
    3434                          system "install -m 644 ${worksrcpath}/*.txt ${destroot}${prefix}/share/doc/${portname}"
    35                           system "install -m 644 ${worksrcpath}/${portname}.1.gz ${destroot}${prefix}/man/man1" }
     35                          system "gunzip ${worksrcpath}/${portname}.1.gz"
     36                          system "install -m 644 ${worksrcpath}/${portname}.1 ${destroot}${prefix}/man/man1" }