pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bmake/files regen
details: https://anonhg.NetBSD.org/pkgsrc/rev/c53c9139fc4f
branches: trunk
changeset: 533555:c53c9139fc4f
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Sep 21 10:37:56 2007 +0000
description:
regen
diffstat:
devel/bmake/files/configure | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (21 lines):
diff -r 6d66e080b902 -r c53c9139fc4f devel/bmake/files/configure
--- a/devel/bmake/files/configure Fri Sep 21 10:36:34 2007 +0000
+++ b/devel/bmake/files/configure Fri Sep 21 10:37:56 2007 +0000
@@ -1722,14 +1722,9 @@
{ (exit 1); exit 1; }; } ;;
no) ;;
*) case "$with_defshell" in
- */csh)
- # kidding right?
- DEFSHELL=0
- DEFAULT_CSH=$with_defshell
- ;;
- */sh) DEFSHELL=1;;
- */ksh) DEFSHELL=2;;
- esac
+ */csh) DEFSHELL=0; DEFAULT_CSH=$with_defshell;; # kidding right?
+ */sh) DEFSHELL=1; DEFAULT_SH=$with_defshell;;
+ */ksh) DEFSHELL=2; DEFAULT_KSH=$with_defshell;;
;;
esac
fi
Home |
Main Index |
Thread Index |
Old Index