summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
-rw-r--r--share/examples/cvsup/standard-supfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4d458d923a55c..74ee8fc73355d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -527,7 +527,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; cvs -q update -rRELENG_4_7 -P -d
+ cd ${.CURDIR}; cvs -q update -rRELENG_4 -P -d
.endif
#
diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile
index 45592a2e664fe..de3472338d193 100644
--- a/share/examples/cvsup/standard-supfile
+++ b/share/examples/cvsup/standard-supfile
@@ -51,7 +51,7 @@
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr
*default prefix=/usr
-*default release=cvs tag=RELENG_4_7
+*default release=cvs tag=RELENG_4
*default delete use-rel-suffix
# If your network link is a T1 or faster, comment out the following line.