Deleted Added
full compact
7,19c7,19
< afterinstall:
< install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
< ${DESTDIR}${SEDF}
<
< makedb:
< find /usr/share/man -type f -name '*.0' -print | \
< while read file; \
< do \
< sed -n -f ${SEDF} $$file; \
< done | col -b | sort -u > /tmp/whatis.db
< install -o ${BINOWN} -g ${BINGRP} -m 444 /tmp/whatis.db \
< ${DESTDIR}/usr/share/man
<
---
> #afterinstall:
> # install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
> # ${DESTDIR}${SEDF}
> #
> #makedb:
> # find /usr/share/man -type f -name '*.0' -print | \
> # while read file; \
> # do \
> # sed -n -f ${SEDF} $$file; \
> # done | col -b | sort -u > /tmp/whatis.db
> # install -o ${BINOWN} -g ${BINGRP} -m 444 /tmp/whatis.db \
> # ${DESTDIR}/usr/share/man
> #