diff options
author | thierry <thierry@FreeBSD.org> | 2005-10-07 16:40:15 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-10-07 16:40:15 +0800 |
commit | e78363baafff10afa9b094c1a8ca79f578568412 (patch) | |
tree | f47d9c3fdd975dbc6353bba4e95d789a99c37d09 /www/bugmenot | |
parent | b9d68e1ce0dfb1a465a4a857cdf460de34c62848 (diff) | |
download | freebsd-ports-gnome-e78363baafff10afa9b094c1a8ca79f578568412.tar.gz freebsd-ports-gnome-e78363baafff10afa9b094c1a8ca79f578568412.tar.zst freebsd-ports-gnome-e78363baafff10afa9b094c1a8ca79f578568412.zip |
Master_site seems down, mirror distfile.
Reported by: pointyhat via Kris.
Diffstat (limited to 'www/bugmenot')
-rw-r--r-- | www/bugmenot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile index 6ae68ec5682a..1c179997d110 100644 --- a/www/bugmenot/Makefile +++ b/www/bugmenot/Makefile @@ -8,7 +8,9 @@ PORTNAME?= bugmenot PORTVERSION= 0.6.2 CATEGORIES= www -MASTER_SITES= http://extensions.roachfiend.com/ +#MASTER_SITES= http://extensions.roachfiend.com/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |