summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-27 05:36:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-27 05:36:26 +0000
commitd55e70e455b7f8571aad085cc268219fa53c92fa (patch)
treeec17de8a6a60d2adb564f98209aa8c90f3da8982 /Makefile
parent- Fix build now when USE_GL does not imply USE_XLIB (diff)
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
Notes
Notes: svn path=/head/; revision=200159
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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}"