Ticket #1045: Portfile.2.diff

File Portfile.2.diff, 1.0 KB (added by simon@…, 21 years ago)

Portfile diff

  • Portfile

    Portfile.diffW»·/T»·/XmBIN‚`¶Index: Portfile
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/jhead/Portfile,v
    retrieving revision 1.6
    diff -u -r1.6 Portfile
     
    3333                  system "install -m 755 -d ${destroot}${prefix}/share/doc/${portname}"
    3434                  system "install -m 644 ${worksrcpath}/*.html ${destroot}${prefix}/share/doc/${portname}"
    3535                  system "install -m 644 ${worksrcpath}/*.txt ${destroot}${prefix}/share/doc/${portname}"
     36                  system "install -m 755 -d ${destroot}${prefix}/share/man"
     37                  system "install -m 755 -d ${destroot}${prefix}/share/man/man1"
    3638                  system "gunzip ${worksrcpath}/${portname}.1.gz"
    3739                  system "install -m 644 ${worksrcpath}/${portname}.1 ${destroot}${prefix}/share/man/man1" }