Changeset 1210 for trunk/base


Ignore:
Timestamp:
Nov 9, 2002, 7:59:56 PM (21 years ago)
Author:
jkh
Message:

Don't install gzipped man pages by default. It's incompatible with the
out-of-box behavior of Jaguar's man.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/Makefile

    r1205 r1210  
    44DSTGRP?=        wheel
    55
    6 port.1.gz: port.1
    7         gzip -cn port.1 > port.1.gz
    8 
    9 all: port.1.gz
    10 
    11 clean:
    12         rm -f port.1.gz
    13 
    146mkdirs:
    157        mtree -U -f ../../doc/prefix.mtree -d -e -p ${PREFIX} > /dev/null
    168
    179install: mkdirs
    18         install -c -o ${DSTUSR} -g ${DSTGRP} -m 444 port.1.gz ${PREFIX}/man/man1
     10        install -c -o ${DSTUSR} -g ${DSTGRP} -m 444 port.1 ${PREFIX}/man/man1
    1911        install -c -o ${DSTUSR} -g ${DSTGRP} -m 555 port.tcl ${PREFIX}/bin/port
    2012        install -c -o ${DSTUSR} -g ${DSTGRP} -m 555 portall.tcl ${PREFIX}/bin/portall
Note: See TracChangeset for help on using the changeset viewer.