diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-29 20:33:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-29 20:33:47 +0000 |
commit | 477d38785e0bd61214e6b03bd2c0d356477c741d (patch) | |
tree | 2b9d58e468ad97a669cd5ac3b3a25d989b362473 /mail/popa3d | |
parent | 9eb6e6a00fb4dd7b4361bd21ca867c79b244100c (diff) |
update MASTER_SITES
Notes
Notes:
svn path=/head/; revision=69125
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 662d081ee8ce..2a2920ffe61c 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -9,9 +9,8 @@ PORTNAME= popa3d PORTVERSION= 0.5.1 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ - ftp://ftp.openwall.com/popa3d/ \ - ftp://ftp.dataforce.net/pub/solar/ \ - ftp://ftp.false.com/pub/security/popa3d/ + ftp://ftp.openwall.com/pub/projects/popa3d/ \ + ftp://ftp.dataforce.net/pub/solar/ .if defined(SMTP_AFTER_POP3) PKGNAMESUFFIX?= -before-sendmail .endif |