View | Details | Raw Unified | Return to bug 116266 | Differences between
and this patch

Collapse All | Expand All

(-)crafty/scripts/configure (-2 / +3 lines)
Lines 5-16 Link Here
5
	echo "WITH_LOGDIR  (default: /tmp)"
5
	echo "WITH_LOGDIR  (default: /tmp)"
6
	echo "WITH_RCDIR   (default: ~/)"
6
	echo "WITH_RCDIR   (default: ~/)"
7
	echo "WITH_TBDIR   (default: ${PREFIX}/lib/crafty/TB)"
7
	echo "WITH_TBDIR   (default: ${PREFIX}/lib/crafty/TB)"
8
	echo "WITH_PERSDIR (default: ${PREFIX}/lib/crafty/cpf)"
8
	echo ""
9
	echo ""
9
	echo "To alter any of these, press CTRL-C now, and "
10
	echo "To alter any of these, press CTRL-C now, and "
10
	echo "simply set your desired variable with one or more of:"
11
	echo "simply set your desired variable with one or more of:"
11
	echo ""
12
	echo ""
12
	echo "<setenv WITH_BOOKDIR|LOGDIR|RCDIR|TBDIR path> (csh) or"
13
	echo "<setenv WITH_BOOKDIR|LOGDIR|RCDIR|TBDIR|PERSDIR path> (csh) or"
13
	echo "<export WITH_BOOKDIR|LOGDIR|RCDIR|TBDIR=path> (sh)"
14
	echo "<export WITH_BOOKDIR|LOGDIR|RCDIR|TBDIR|PERSDIR=path> (sh)"
14
	echo ""
15
	echo ""
15
	echo "Changing BOOKDIR or TBDIR is not recommended, as other"
16
	echo "Changing BOOKDIR or TBDIR is not recommended, as other"
16
	echo "ports depend on these being in a standard location"
17
	echo "ports depend on these being in a standard location"

Return to bug 116266