diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-28 00:49:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-28 00:49:38 +0800 |
commit | 8780ebf21e754fceea135c044b2078f79dd07b76 (patch) | |
tree | 3693db3014622b8fd3aa1dbba2f144c59661cd19 /mail | |
parent | fa1c10fa1cbbb0d92f3869143ce15628f568fa3c (diff) | |
download | freebsd-ports-gnome-8780ebf21e754fceea135c044b2078f79dd07b76.tar.gz freebsd-ports-gnome-8780ebf21e754fceea135c044b2078f79dd07b76.tar.zst freebsd-ports-gnome-8780ebf21e754fceea135c044b2078f79dd07b76.zip |
Since MASTER_SITE_LOCAL distribution mechanism appears to be broken (48 hours
elapsed since I had put db3 distfile into my ~/public_distfiles, but it still
unavailable from mirrors), provide http://people.freebsd.org download location.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/evolution/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 8b5364d4640d..5b28c34a7008 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -9,7 +9,8 @@ PORTNAME= evolution PORTVERSION= 1.0.3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_LOCAL:S,$,:local,} + http://people.FreeBSD.org/~sobomax/:local +# ${MASTER_SITE_LOCAL:S,$,:local,} MASTER_SITE_SUBDIR= stable/sources/evolution \ sobomax/:local DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8b5364d4640d..5b28c34a7008 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -9,7 +9,8 @@ PORTNAME= evolution PORTVERSION= 1.0.3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_LOCAL:S,$,:local,} + http://people.FreeBSD.org/~sobomax/:local +# ${MASTER_SITE_LOCAL:S,$,:local,} MASTER_SITE_SUBDIR= stable/sources/evolution \ sobomax/:local DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ |