diff options
author | sergei <sergei@FreeBSD.org> | 2005-11-06 21:45:33 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-11-06 21:45:33 +0000 |
commit | 7165f457361337f6b3963d67620e47fc26078abf (patch) | |
tree | 01c8a85f3abaa17e723b8078c793b54697eb6522 /mail/mailfront | |
parent | d93475238e5d0050695518f453189aa180d60d3b (diff) | |
download | FreeBSD-ports-7165f457361337f6b3963d67620e47fc26078abf.zip FreeBSD-ports-7165f457361337f6b3963d67620e47fc26078abf.tar.gz |
- Mirror distfile locally - this unbreaks fetching and buys me some time to figure out
how to fix build errors for the latest version (0.98)
Diffstat (limited to 'mail/mailfront')
-rw-r--r-- | mail/mailfront/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index 6d9cf3a..076b3a1 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -8,7 +8,9 @@ PORTNAME= mailfront PORTVERSION= 0.97 CATEGORIES= mail -MASTER_SITES= http://untroubled.org/${PORTNAME}/ +MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sergei MAINTAINER= sergei@FreeBSD.org COMMENT= Mail server network protocol front-ends @@ -16,8 +18,6 @@ COMMENT= Mail server network protocol front-ends BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:${PORTSDIR}/devel/bglibs \ ${CVM_LIB}/libcvm-v2client.a:${PORTSDIR}/security/cvm -BROKEN= Unfetchable - USE_GPG= yes SIG_SUFFIX= .sig QMAIL_PREFIX?= /var/qmail |