diff options
-rw-r--r-- | security/libotr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index c0912d5a2685..72697aea43fe 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -9,7 +9,8 @@ PORTNAME= libotr PORTVERSION= 3.2.0 CATEGORIES= security -MASTER_SITES= http://www.cypherpunks.ca/otr/ +MASTER_SITES= http://www.cypherpunks.ca/otr/ \ + http://dougbarton.us/Downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |