diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -3,7 +3,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://monkey.org/~dugsong/ \ - http://fuz.su/~fuz/distfiles/fragrouter/ \ + LOCAL/fuz \ LOCAL/ohauer MAINTAINER= fuz@FreeBSD.org diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -3,7 +3,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ - http://fuz.su/~fuz/distfiles/vcp/ + LOCAL/fuz MAINTAINER= fuz@FreeBSD.org COMMENT= Copy files in curses interface diff --git a/www/writefreely/Makefile b/www/writefreely/Makefile --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -111,7 +111,7 @@ CSS_DESC= Stylesheets CSS_DIST_DESC= Use pre-generated stylesheets CSS_LESSC_DESC= Generate stylesheets with lessc (requires npm) -CSS_DIST_MASTER_SITES= http://fuz.su/~fuz/distfiles/writefreely/:css +CSS_DIST_MASTER_SITES= LOCAL/fuz:css CSS_DIST_DISTFILES= writefreely-css-${DISTVERSION}.tar.gz:css CSS_LESSC_BUILD_DEPENDS= npm:www/npm CSS_LESSC_VARS= LEGAL_PACKAGE=yes \