diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-29 08:17:33 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-29 08:17:33 +0000 |
commit | 6c1bc50c5abdca1badf06c2ce824c7d18348f62e (patch) | |
tree | 13884c3972492924bcc9354a067543369e3cb31d /security/libotr | |
parent | 8e4a0774cb376f202898a73bd8638c0d4955ef52 (diff) | |
download | ports-6c1bc50c5abdca1badf06c2ce824c7d18348f62e.tar.gz ports-6c1bc50c5abdca1badf06c2ce824c7d18348f62e.zip |
Notes
Diffstat (limited to 'security/libotr')
-rw-r--r-- | security/libotr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index ce9d58e4c4e2..555dc238cf5d 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -12,8 +12,7 @@ PORTVERSION= 3.2.0 # confirmed via testing that it is necessary PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= http://www.cypherpunks.ca/otr/ \ - http://dougbarton.us/Downloads/ +MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |