diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-06-22 23:31:16 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-06-22 23:31:16 +0000 |
commit | 8ecc25a049fb5e2e764b3a8c3bea725470591421 (patch) | |
tree | 520b0f0a3242b1b7b319339c7402935de0037a46 /net/opal3 | |
parent | - Update to 0.4.2. (diff) |
The author's site is flaky. Add a MASTER_SITE_LOCAL mirror on portmgr's
request.
Notes
Notes:
svn path=/head/; revision=194099
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index b724116d7666..a92317356286 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -8,7 +8,9 @@ PORTNAME= opal PORTVERSION= 2.2.8 CATEGORIES= net -MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/sources/ +MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/sources/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=mi MAINTAINER= mi@aldan.algebra.com COMMENT= VoIP abstraction library |