From 3ad7abd7bc0dfceeb17fd7e8d18df844ec17573a Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Tue, 24 Jan 2006 21:35:29 +0000 Subject: Split "portsnap fetch update" into "portsnap fetch" and "portsnap update" for compatibility with old versions of portsnap. Approved by: krion --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf49cc385a0a..6f9766de3e68 100644 --- a/Makefile +++ b/Makefile @@ -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}" -- cgit v1.2.3