summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-06 14:02:21 +0000
committerru <ru@FreeBSD.org>2003-03-06 14:02:21 +0000
commit6f2b8a02abd2e14ee1eeb1a5f131135831028c52 (patch)
tree759fac293a3af199634139184475496c17c82553
parent753a519e7c9c1924d3909843f17860b29187d7cb (diff)
downloadFreeBSD-ports-6f2b8a02abd2e14ee1eeb1a5f131135831028c52.zip
FreeBSD-ports-6f2b8a02abd2e14ee1eeb1a5f131135831028c52.tar.gz
With CVS_UPDATE, use read-only repository mode by default.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e2cd11..9103af8 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; ${CVS} -q update -A -P -d
+ cd ${.CURDIR}; ${CVS} -R -q update -A -P -d
.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE)
@${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update."
@exit 1
OpenPOWER on IntegriCloud