aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2012-08-06 01:06:49 +0800
committerbeat <beat@FreeBSD.org>2012-08-06 01:06:49 +0800
commit01ff038266f291bd2fcb5c417bfce75bfeff459a (patch)
tree61d24a986827772fb3b8ee6723d7f71f23d0236b /Makefile
parentd0eb77ce0aef4e65cdff902052654ca517dc5295 (diff)
downloadfreebsd-ports-gnome-01ff038266f291bd2fcb5c417bfce75bfeff459a.tar.gz
freebsd-ports-gnome-01ff038266f291bd2fcb5c417bfce75bfeff459a.tar.zst
freebsd-ports-gnome-01ff038266f291bd2fcb5c417bfce75bfeff459a.zip
- Don't use SVN variable in 'git svn rebase' as setting the SVN variable to
a non-default value will break git. Submitted by: bf@, melifaro@
Diffstat (limited to 'Makefile')
-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}"