diff options
Diffstat (limited to 'www/trac-vote/Makefile')
-rw-r--r-- | www/trac-vote/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/trac-vote/Makefile b/www/trac-vote/Makefile index c05baaa794f4..db3475981004 100644 --- a/www/trac-vote/Makefile +++ b/www/trac-vote/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% # Retrieve the latest version from SVN and package in a tarball. .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +NO_STAGE= yes do-fetch: ${MKDIR} ${WRKDIR} cd ${WRKDIR} && \ |