forked from Lainports/freebsd-ports
fix wrong repository path, and while at it, also indent a
bit the variables for easier readability. Too bad we *must* use spaces for indentation, because TABs are misinterpreted by 'make'...
This commit is contained in:
parent
36d7b4d818
commit
7aff14f9ca
1 changed files with 6 additions and 6 deletions
|
|
@ -91,13 +91,13 @@ USE_BISON= yes
|
|||
|
||||
FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
||||
.if defined(WITH_DEVELBSD)
|
||||
# use the FreeBSD-specific version
|
||||
LOCAL_REPO= ${PORTSDIR}/distfiles/ast-svn/bsd
|
||||
REMOTE_REPO= http://svn.digium.com/svn/asterisk/team/rizzo/base
|
||||
# use the FreeBSD-specific version
|
||||
LOCAL_REPO= ${PORTSDIR}/distfiles/ast-svn/bsd
|
||||
REMOTE_REPO= http://svn.digium.com/svn/asterisk/team/rizzo/base
|
||||
.else
|
||||
# use the main version.
|
||||
LOCAL_REPO= ${PORTSDIR}/distfiles/ast-svn/asterisk
|
||||
REMOTE_REPO= http://svn.digium.com/svn/asterisk/trunk/asterisk
|
||||
# use the main version.
|
||||
LOCAL_REPO= ${PORTSDIR}/distfiles/ast-svn/asterisk
|
||||
REMOTE_REPO= http://svn.digium.com/svn/asterisk/trunk
|
||||
.endif
|
||||
REPO_CMD= \
|
||||
if [ -f asterisk ] ; then \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue