diff options
author | ru <ru@FreeBSD.org> | 2003-03-06 14:02:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-06 14:02:21 +0000 |
commit | 6f2b8a02abd2e14ee1eeb1a5f131135831028c52 (patch) | |
tree | 759fac293a3af199634139184475496c17c82553 | |
parent | 753a519e7c9c1924d3909843f17860b29187d7cb (diff) | |
download | FreeBSD-ports-6f2b8a02abd2e14ee1eeb1a5f131135831028c52.zip FreeBSD-ports-6f2b8a02abd2e14ee1eeb1a5f131135831028c52.tar.gz |
With CVS_UPDATE, use read-only repository mode by default.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |