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/opal | |
parent | 26dd12d3f0f9ccc2ef0664a8505b727c5d3ac6dc (diff) | |
download | ports-8ecc25a049fb5e2e764b3a8c3bea725470591421.tar.gz ports-8ecc25a049fb5e2e764b3a8c3bea725470591421.zip |
Notes
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index b724116d7666..a92317356286 100644 --- a/net/opal/Makefile +++ b/net/opal/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 |