Index: biology/distribfold/pkg-deinstall =================================================================== RCS file: /import/FreeBSD-CVS/ports/biology/distribfold/pkg-deinstall,v retrieving revision 1.1 diff -u -p -u -r1.1 pkg-deinstall --- biology/distribfold/pkg-deinstall 7 Oct 2002 03:07:13 -0000 1.1 +++ biology/distribfold/pkg-deinstall 15 Dec 2003 17:35:28 -0000 @@ -13,7 +13,7 @@ ask() { question=$1 default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then + if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then read -p "${question} [${default}]? " answer fi if [ x${answer} = x ]; then