aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-devel/Makefile
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2006-02-14 13:10:12 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2006-02-14 13:10:12 +0000
commit7aff14f9ca44e07947cd5dfc911c9ce2e89e2f87 (patch)
tree79a0c77b0028f5a75174348eae7410a32dc869d0 /net/asterisk-devel/Makefile
parent36d7b4d8182f5a3de981026ee81676de3237f61e (diff)
downloadports-7aff14f9ca44e07947cd5dfc911c9ce2e89e2f87.tar.gz
ports-7aff14f9ca44e07947cd5dfc911c9ce2e89e2f87.zip
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'...
Notes
Notes: svn path=/head/; revision=156010
Diffstat (limited to 'net/asterisk-devel/Makefile')
-rw-r--r--net/asterisk-devel/Makefile12
1 files 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 \