Changeset 1916 for trunk/dports


Ignore:
Timestamp:
Jan 29, 2003, 5:49:06 AM (21 years ago)
Author:
michaelm
Message:

man pages in a better place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/fortune/Portfile

    r1912 r1916  
    3232install         { cd ${worksrcpath}
    3333                  system "install -o root -m 755 -d ${destroot}${prefix}/bin"
    34                   system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man6"
    35                   system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man8"
     34                  system "install -o root -m 755 -d ${destroot}${prefix}/man/man6"
     35                  system "install -o root -m 755 -d ${destroot}${prefix}/man/man8"
    3636                  system "install -o root -m 755 -d \
    3737                    ${destroot}${prefix}/share/games/fortune"
     
    4343                    ${destroot}${prefix}/bin"
    4444                  system "install -o root -m 644 -c fortune/fortune.6.gz \
    45                     ${destroot}${prefix}/share/man/man6"
     45                    ${destroot}${prefix}/man/man6"
    4646                  system "install -o root -m 644 -c strfile/strfile.8.gz \
    47                     ${destroot}${prefix}/share/man/man8"
     47                    ${destroot}${prefix}/man/man8"
    4848                  system "install -o root -m 644 -c strfile/strfile.8.gz \
    49                     ${destroot}${prefix}/share/man/man8/unstr.8.gz"
     49                    ${destroot}${prefix}/man/man8/unstr.8.gz"
    5050
    5151                  cd datfiles
Note: See TracChangeset for help on using the changeset viewer.