From 7aff14f9ca44e07947cd5dfc911c9ce2e89e2f87 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 14 Feb 2006 13:10:12 +0000 Subject: [PATCH] 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'... --- net/asterisk-devel/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/asterisk-devel/Makefile b/net/asterisk-devel/Makefile index 4f65d3bea502..8abfc6855b86 100644 --- a/net/asterisk-devel/Makefile +++ b/net/asterisk-devel/Makefile @@ -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 \