diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-07 08:40:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-07 08:40:15 +0000 |
commit | fee060aba9d93aebb11483c961b9bd43e3e31a93 (patch) | |
tree | fa5e7ff72d92817a05c8703e96552efec34421a7 | |
parent | Update to 1.34 (diff) |
Master_site seems down, mirror distfile.
Reported by: pointyhat via Kris.
Notes
Notes:
svn path=/head/; revision=144455
-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} |