aboutsummaryrefslogtreecommitdiff
path: root/net/cvsupit
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-12-04 22:10:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-12-04 22:10:57 +0000
commit70f3af8e487183b20b5790882fb02a338bd52250 (patch)
treef76f6be818c5dbd5ce50c808e1ffdabb61d44be4 /net/cvsupit
parent9edbb8400e4feef83a779c4715c19e11e1ab2347 (diff)
downloadports-70f3af8e487183b20b5790882fb02a338bd52250.tar.gz
ports-70f3af8e487183b20b5790882fb02a338bd52250.zip
Notes
Diffstat (limited to 'net/cvsupit')
-rw-r--r--net/cvsupit/pkg-install10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/cvsupit/pkg-install b/net/cvsupit/pkg-install
index 84a14a319b12..d3a2270278d3 100644
--- a/net/cvsupit/pkg-install
+++ b/net/cvsupit/pkg-install
@@ -111,8 +111,8 @@ getsrctag() {
if dialog --title "Branch selection menu" --menu \
"
Please specify which branch of FreeBSD (as designated by branch tag)
-you would like to update your sources to. If you want 2.2.x then
-this would typically be the RELENG_2_2 tag. If you're running a 4.0
+you would like to update your sources to. If you want 3.x then
+this would typically be the RELENG_3 tag. If you're running a 4.0
system then RELENG_4 is the tag you want. To follow -current, that
being 5.0 right now, you want the HEAD (or .) tag. If you want to be
able to check out or compare sources from arbitrary branches at will,
@@ -137,11 +137,7 @@ choose to go this route).
C_SRC_TARGETS=""
return ${_VAL}
fi
-
- if [ "${_VAL}" = "0" ]; then
- if yesno "Are you within the United States or Canada?"; then
- EXPORT=YES
- fi
+ EXPORT=YES
fi
return ${_VAL}
}