freebsd-ports/games/crafty/scripts/configure
Edwin Groothuis d4604b5fec [Maintainer Update] games/crafty: fixes & features
Does not need to ber setuid nobody, as this breaks the
	per-user rc-files goal; setgid with group-writable files should
	suffice. Configured for the new personalities feature, and added a
	fix to make sure that help is available (wasn't working before as it
	was moved from the executable to a file.)

PR:		ports/116266
Submitted by:	shoemaker@bluebottle.com (Jonathan Shoemaker)
2007-09-11 12:00:42 +00:00

17 lines
704 B
Text

echo ""
echo ""
echo "This port has the following tunables:"
echo "WITH_BOOKDIR (default: ${PREFIX}/lib/crafty"
echo "WITH_LOGDIR (default: /tmp)"
echo "WITH_RCDIR (default: ~/)"
echo "WITH_TBDIR (default: ${PREFIX}/lib/crafty/TB)"
echo "WITH_PERSDIR (default: ${PREFIX}/lib/crafty/cpf)"
echo ""
echo "To alter any of these, press CTRL-C now, and "
echo "simply set your desired variable with one or more of:"
echo ""
echo "<setenv WITH_BOOKDIR|LOGDIR|RCDIR|TBDIR|PERSDIR path> (csh) or"
echo "<export WITH_BOOKDIR|LOGDIR|RCDIR|TBDIR|PERSDIR=path> (sh)"
echo ""
echo "Changing BOOKDIR or TBDIR is not recommended, as other"
echo "ports depend on these being in a standard location"