From afc6495b249724c40983aa6e457942944035a0e4 Mon Sep 17 00:00:00 2001 From: flz Date: Sun, 5 Jun 2005 23:03:15 +0000 Subject: - Fix deinstall script when running in BATCH mode. PR: ports/67762 Submitted by: Linus Sjoberg Approved by: maintainer timeout (7 weeks) --- security/stunnel/Makefile | 1 + security/stunnel/pkg-deinstall | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 69541c422f4..3a052bfe49d 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 8d31c1c3785..bef875e0bc3 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 -- cgit href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove A/An in COMMENTcs2013-03-30