From d55e70e455b7f8571aad085cc268219fa53c92fa Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 27 Sep 2007 05:36:26 +0000 Subject: Remove obsolete anti-foot-shooting measure that tried to force you to use csup for both ports and src. It should be possible to use csup for src and portsnap for ports. If you define SUP_UPDATE without PORTSSUPFILE defined, you'll get portsnap by default now. PR: ports/113819 Submitted by: ale Requested by: many Hat: portmgr --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5f55dd1c004..ec4a7cf26fbf 100644 --- a/Makefile +++ b/Makefile @@ -163,9 +163,6 @@ update: @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -R -q update -A -P -d -I! -.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE) - @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." - @exit 1 .else @echo "--------------------------------------------------------------" @echo ">>> Running ${PORTSNAP}" -- cgit v1.2.3