diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-27 13:36:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-27 13:36:26 +0800 |
commit | d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b (patch) | |
tree | f8a9712acfbca1607b258fdf510c747fe5af22cb /Makefile | |
parent | a84d885c71ad20da902415b58b429f927a829a12 (diff) | |
download | freebsd-ports-gnome-d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b.tar.gz freebsd-ports-gnome-d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b.tar.zst freebsd-ports-gnome-d8c14fbaac7216cccaff16c3eb9781d3e43f5a3b.zip |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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}" |