diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-01-24 21:35:29 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-01-24 21:35:29 +0000 |
commit | eb3cb4db64207cd83759aa2c617c30d2fccac7e3 (patch) | |
tree | 8d74eb231f46cd9c01e70e42f7ec39ad8036863a /Makefile | |
parent | c75a9fc82fb5a221fa9871e7239eab4ccf56dc3e (diff) | |
download | FreeBSD-ports-eb3cb4db64207cd83759aa2c617c30d2fccac7e3.zip FreeBSD-ports-eb3cb4db64207cd83759aa2c617c30d2fccac7e3.tar.gz |
Split "portsnap fetch update" into "portsnap fetch" and "portsnap update"
for compatibility with old versions of portsnap.
Approved by: krion
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -144,7 +144,8 @@ update: @echo "--------------------------------------------------------------" @echo ">>> Running ${PORTSNAP}" @echo "--------------------------------------------------------------" - @${PORTSNAP} ${PORTSNAP_FLAGS} fetch update + @${PORTSNAP} ${PORTSNAP_FLAGS} fetch + @${PORTSNAP} ${PORTSNAP_FLAGS} update .elif defined(SUP_UPDATE) && defined(PORTSSUPFILE) @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" |