diff options
author | jkh <jkh@FreeBSD.org> | 2000-12-05 06:10:57 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-12-05 06:10:57 +0800 |
commit | fdd7a211a298b1ffb91e5d47471dd418b291519e (patch) | |
tree | fa0a62fcc66cba8ec4e50a77011cfbaadc7cad59 /net/cvsupit | |
parent | 15ea0e76c022b8034b62c81413104822fc8b0eca (diff) | |
download | freebsd-ports-gnome-fdd7a211a298b1ffb91e5d47471dd418b291519e.tar.gz freebsd-ports-gnome-fdd7a211a298b1ffb91e5d47471dd418b291519e.tar.zst freebsd-ports-gnome-fdd7a211a298b1ffb91e5d47471dd418b291519e.zip |
Update to conform to modern times.
Diffstat (limited to 'net/cvsupit')
-rw-r--r-- | net/cvsupit/pkg-install | 10 |
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} } |