diff options
author | matthew <matthew@FreeBSD.org> | 2013-12-17 18:15:59 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-12-17 18:15:59 +0800 |
commit | 87f1d43e89d9f2488679de717df4e77b051aeb01 (patch) | |
tree | 2d31106377fee4fbe6d9027da216e18d4bc9d20c /net-im | |
parent | b7568b5713b5f13862f33df2faf1336dddd2dd58 (diff) | |
download | freebsd-ports-gnome-87f1d43e89d9f2488679de717df4e77b051aeb01.tar.gz freebsd-ports-gnome-87f1d43e89d9f2488679de717df4e77b051aeb01.tar.zst freebsd-ports-gnome-87f1d43e89d9f2488679de717df4e77b051aeb01.zip |
Switch to MASTER_SITES LOCAL/matthew for the 8.x compatible location
to get the distfiles from.
Submitted by: tijl
Approved by: mm (maintainer, implicit)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index c945894a8a5f..b2a6ef6563e4 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -5,7 +5,7 @@ PORTNAME= jabberd DISTVERSION= 2.3.1 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ - http://freefall.freebsd.org/~matthew/distfiles/ + LOCAL/matthew/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= Online presence and instant messaging server |