diff options
author | brooks <brooks@FreeBSD.org> | 2005-02-15 03:42:27 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-02-15 03:42:27 +0800 |
commit | 1f641177c8bee8e4669ed6eb0a34a4d40bf775f2 (patch) | |
tree | f880070a0711defcedc4db31ef15cefb83b26ca5 | |
parent | ec5365f8e71f33023d36adc41dd96be638baf8ce (diff) | |
download | freebsd-ports-gnome-1f641177c8bee8e4669ed6eb0a34a4d40bf775f2.tar.gz freebsd-ports-gnome-1f641177c8bee8e4669ed6eb0a34a4d40bf775f2.tar.zst freebsd-ports-gnome-1f641177c8bee8e4669ed6eb0a34a4d40bf775f2.zip |
Add MASTER_SITE_LOCAL to the dist list since pointhat seems to have
trouble with the main site sometimes. The file should start appearing
on the mirrors in a day or two.
cVS: ----------------------------------------------------------------------
-rw-r--r-- | misc/chef/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/chef/Makefile b/misc/chef/Makefile index db845878b29b..72607c8de9a7 100644 --- a/misc/chef/Makefile +++ b/misc/chef/Makefile @@ -8,7 +8,9 @@ PORTNAME= chef PORTVERSION= 19930426 CATEGORIES= misc -MASTER_SITES= http://mysite.verizon.net/ebrowne72/chef/ +MASTER_SITES= http://mysite.verizon.net/ebrowne72/chef/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks DISTNAME= bork EXTRACT_SUFX= .tar.Z |