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 | |
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
-rw-r--r-- | security/ipfmeta/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/fvwm2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/ipfmeta/Makefile b/security/ipfmeta/Makefile index f9c4c057f7ae..b46300fad23a 100644 --- a/security/ipfmeta/Makefile +++ b/security/ipfmeta/Makefile @@ -5,7 +5,7 @@ PORTNAME= ipfmeta PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://cschubert.com/distfiles/ \ - https://people.freebsd.org/~cy/distfiles/ + LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= ipfmeta - use objects in IPfilter files 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} |