post_install() { cat <>> This package expects your @VERS@ device to run distccd on port @PORT@ Adjust DISTCC_ARGS in /etc/conf.d/distccd on your @VERS@ device to match this ie: DISTCC_ARGS=" ... --port @PORT@ ..." Remember to define the new port in DISTCC_HOSTS in /etc/makepkg.conf as well ie: DISTCC_HOSTS="localhost:@PORT@ foo:@PORT@ bar:@PORT@" END }