diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-12 02:49:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-12 02:49:46 +0800 |
commit | 32af5c5ff021d26c22ee7d5c873bb9fb5df2eccf (patch) | |
tree | d8d79e7c553adb90f9f0a1da8a0acefec4511723 | |
parent | eceb222043f4951bbb925b9fa732e38be67c7b52 (diff) | |
download | freebsd-ports-gnome-32af5c5ff021d26c22ee7d5c873bb9fb5df2eccf.tar.gz freebsd-ports-gnome-32af5c5ff021d26c22ee7d5c873bb9fb5df2eccf.tar.zst freebsd-ports-gnome-32af5c5ff021d26c22ee7d5c873bb9fb5df2eccf.zip |
Fix MASTER_SITES.
PR: 56692
Submitted by: maintainer
-rw-r--r-- | audio/net-rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile index fff1bf63ec33..d24a19ccc512 100644 --- a/audio/net-rhythmbox/Makefile +++ b/audio/net-rhythmbox/Makefile @@ -9,7 +9,7 @@ PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 PORTREVISION= 2 CATEGORIES= audio gnome -MASTER_SITES= http://web.verbum.org/net-rhythmbox/ +MASTER_SITES= http://download.raisdorf.net/files/ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment |