diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2004-03-16 06:14:04 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2004-03-16 06:14:04 +0000 |
commit | 69626c7b8af1554f403ba39fbaa38f55e1ac0859 (patch) | |
tree | 2f9cc9467f3190637dd5b76afc3805ccef0f8698 /security/amavisd-new/Makefile | |
parent | 3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d (diff) |
Notes
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r-- | security/amavisd-new/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index a8b5c8364077..6a5a29385354 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -7,9 +7,11 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 20030616.p7 +PORTVERSION= 20030616.p8 CATEGORIES= security -MASTER_SITES= http://www.ijs.si/software/amavisd/ +MASTER_SITES= http://www.ijs.si/software/amavisd/ \ + http://mirrors.catpipe.net/amavisd-new/ \ + http://ftp.cfu.net/pub/amavisd-new/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-p/} MAINTAINER= blaz@si.FreeBSD.org |