diff options
author | sergei <sergei@FreeBSD.org> | 2005-03-12 00:21:56 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-03-12 00:21:56 +0800 |
commit | a89a8a0fe82d645a4d35a529fe5444e45abf4f9b (patch) | |
tree | fc2254d9bae4154e077d310842be9c2ed0e83f3c /mail/qmail/Makefile | |
parent | 2744f67f0714d6cddd66c43d3f1a20a26a4ea10e (diff) | |
download | freebsd-ports-gnome-a89a8a0fe82d645a4d35a529fe5444e45abf4f9b.tar.gz freebsd-ports-gnome-a89a8a0fe82d645a4d35a529fe5444e45abf4f9b.tar.zst freebsd-ports-gnome-a89a8a0fe82d645a4d35a529fe5444e45abf4f9b.zip |
- Allow addition to MASTER_SITES by slave ports - in preparation
for a new slave port: qmail-spamcontrol
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 20ad5fb22610..6a51ae53b302 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -9,7 +9,7 @@ PORTNAME= qmail PORTVERSION?= ${QMAIL_VERSION} PORTREVISION?= 3 CATEGORIES= mail -MASTER_SITES= http://cr.yp.to/software/ \ +MASTER_SITES+= http://cr.yp.to/software/ \ ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ ftp://ftp.jp.qmail.org/qmail/ \ ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \ |