NetBSD/distrib/notes/printwhatis
pavel 4195ecc3d2 Make the port-specific changelog ($MACHINE/whatis) optional by using .pso
to call a shell script which outputs nothing if the file is not present.

Remove the "whatis" file for ports where it does not contain anything
useful and hasn't been updated for years. OK tsutsui@, hubertf@.
2007-07-26 15:26:35 +00:00

6 lines
80 B
Bash
Executable File

#!/bin/sh
if [ -f whatis ]; then
cat - whatis <<EOF
.Ss2 \*M specific
EOF
fi