aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6655400421d..960f67784479 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from git+svn repository"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; ${GIT} ${SVN} rebase
+ cd ${.CURDIR}; ${GIT} svn rebase
.else
@echo "--------------------------------------------------------------"
@echo ">>> Running ${PORTSNAP}"