diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2006-02-14 13:10:12 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2006-02-14 13:10:12 +0000 |
commit | 7aff14f9ca44e07947cd5dfc911c9ce2e89e2f87 (patch) | |
tree | 79a0c77b0028f5a75174348eae7410a32dc869d0 /net/asterisk-devel/Makefile | |
parent | 36d7b4d8182f5a3de981026ee81676de3237f61e (diff) | |
download | ports-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/Makefile | 12 |
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 \ |