diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-07-22 09:18:43 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-07-22 09:18:43 +0800 |
commit | d46c59c5b7f0948954e74ab84564f76cd93feb7f (patch) | |
tree | 581791610e3b16b60d5d01b07dbbeb909945758b /x11-wm | |
parent | 67a9f244db610688dbe78600d40da00bcc4bc5b3 (diff) | |
download | freebsd-ports-gnome-d46c59c5b7f0948954e74ab84564f76cd93feb7f.tar.gz freebsd-ports-gnome-d46c59c5b7f0948954e74ab84564f76cd93feb7f.tar.zst freebsd-ports-gnome-d46c59c5b7f0948954e74ab84564f76cd93feb7f.zip |
Use ftp.freebsd.org instead of people.freebsd.org.
Reported by: mat@
MFH: 2019Q3
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index f02e8727f31f..174a47556b3c 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://fvwm.sourceforge.net/generated/icon_download/ \ http://cschubert.com/distfiles/ \ - https://people.freebsd.org/~cy/distfiles/ + LOCAL/cy DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |