diff options
author | beat <beat@FreeBSD.org> | 2012-08-06 01:06:49 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-08-06 01:06:49 +0800 |
commit | 01ff038266f291bd2fcb5c417bfce75bfeff459a (patch) | |
tree | 61d24a986827772fb3b8ee6723d7f71f23d0236b /Makefile | |
parent | d0eb77ce0aef4e65cdff902052654ca517dc5295 (diff) | |
download | freebsd-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |