Changeset 1020 for trunk/dports


Ignore:
Timestamp:
Oct 9, 2002, 7:52:10 PM (22 years ago)
Author:
eric
Message:

Compress man pages, and indent a continued line.

File:
1 edited

Legend:

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

    r1003 r1020  
    1515                  reinplace "s|/usr/share|${prefix}/share|" fortune/fortune.6
    1616                  reinplace "s|/usr/games/fortune|${prefix}/bin/fortune|" \
    17                   fortune/fortune.6 }
     17                    fortune/fortune.6
     18                  reinplace "s|MAN|MAN6|" fortune/Makefile
     19                  reinplace "s|MAN|MAN8|" strfile/Makefile }
    1820
    1921patchfiles      patch-fortune-Makefile patch-strfile-Makefile \
     
    3840                  system "install -o root -m 755 -c unstr/unstr \
    3941                    ${prefix}/bin"
    40                   system "install -o root -m 644 -c fortune/fortune.6 \
     42                  system "install -o root -m 644 -c fortune/fortune.6.gz \
    4143                    ${prefix}/man/man6"
    42                   system "install -o root -m 644 -c strfile/strfile.8 \
     44                  system "install -o root -m 644 -c strfile/strfile.8.gz \
    4345                    ${prefix}/man/man8"
    44                   system "ln ${prefix}/man/man8/strfile.8 \
    45                     ${prefix}/man/man8/unstr.8"
     46                  system "ln ${prefix}/man/man8/strfile.8.gz \
     47                    ${prefix}/man/man8/unstr.8.gz"
    4648
    4749                  cd datfiles
     
    5355                bin/strfile \
    5456                bin/unstr \
    55                 man/man6/fortune.6 \
    56                 man/man8/strfile.8 \
    57                 man/man8/unstr.8 \
     57                man/man6/fortune.6.gz \
     58                man/man8/strfile.8.gz \
     59                man/man8/unstr.8.gz \
    5860                share/games/fortune/fortunes \
    5961                share/games/fortune/fortunes.dat \
Note: See TracChangeset for help on using the changeset viewer.