diff options
-rw-r--r-- | security/stunnel/Makefile | 1 | ||||
-rw-r--r-- | security/stunnel/pkg-deinstall | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 69541c422f46..3a052bfe49d7 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -7,6 +7,7 @@ PORTNAME= stunnel PORTVERSION= 4.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \ diff --git a/security/stunnel/pkg-deinstall b/security/stunnel/pkg-deinstall index 8d31c1c37859..bef875e0bc34 100644 --- a/security/stunnel/pkg-deinstall +++ b/security/stunnel/pkg-deinstall @@ -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 |