diff options
Diffstat (limited to 'www/bugmenot/Makefile')
-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} |