diff options
author | novel <novel@FreeBSD.org> | 2006-03-09 22:10:56 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-03-09 22:10:56 +0800 |
commit | bf3dae650f21ffc16a5815dcd77c6f4bd53ace54 (patch) | |
tree | 87bd16dc140d803b4781585a018d1fe30a28e35f /net | |
parent | 6bfe7bd61aabda3915a914ee919569bddd45efa3 (diff) | |
download | freebsd-ports-gnome-bf3dae650f21ffc16a5815dcd77c6f4bd53ace54.tar.gz freebsd-ports-gnome-bf3dae650f21ffc16a5815dcd77c6f4bd53ace54.tar.zst freebsd-ports-gnome-bf3dae650f21ffc16a5815dcd77c6f4bd53ace54.zip |
Fix MASTER_SITES.
PR: 94245
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Reported by: fenner's distfile survey
Approved by: portmgr (erwin)
Diffstat (limited to 'net')
-rw-r--r-- | net/qadsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile index 814a32eae1d7..1edb0a18cc2f 100644 --- a/net/qadsl/Makefile +++ b/net/qadsl/Makefile @@ -9,7 +9,7 @@ PORTNAME= qadsl PORTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://savannah.gnu.org/download/alive/ +MASTER_SITES= http://download.savannah.gnu.org/releases/alive/ DISTNAME= qadsl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |