diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-02 05:54:48 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-02 05:54:48 +0000 |
commit | 3044e6da71878b553095c53816b0fca8b4aa6277 (patch) | |
tree | 65482ed3f550007a33829b2428d0200f7e23d130 /security | |
parent | ff11b22b9164e4cc0cdac94f035c2897c9c0cf5a (diff) | |
download | ports-3044e6da71878b553095c53816b0fca8b4aa6277.tar.gz ports-3044e6da71878b553095c53816b0fca8b4aa6277.zip |
Add my website to MASTER_SITES
Notes
Notes:
svn path=/head/; revision=216126
Diffstat (limited to 'security')
-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} |