diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-02-11 00:19:06 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-02-14 20:23:41 +0000 |
commit | 81ce1e45a91224a42927c292da35be3c9697a630 (patch) | |
tree | 33acc0f94448587c94932a18b3abd84609661529 | |
parent | 09a830afdcfce1f0277aea54a57abbf641d51428 (diff) |
*/*: move my local distfiles to LOCAL/fuz
This ensures that the ports remain usable even if my website
goes down eventually.
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38522
-rw-r--r-- | security/fragrouter/Makefile | 2 | ||||
-rw-r--r-- | sysutils/vcp/Makefile | 2 | ||||
-rw-r--r-- | www/writefreely/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index 6ff16e13cb30..38b349685527 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.6 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 index 1ed352ef6f97..c51a7513d1d2 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.2 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 index 1284ec7c5900..a9ea05ea5ac1 100644 --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -111,7 +111,7 @@ OPTIONS_SINGLE_CSS= CSS_DIST CSS_LESSC 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 \ |