diff options
author | oliver <oliver@FreeBSD.org> | 2006-04-03 12:17:33 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-04-03 12:17:33 +0800 |
commit | ee5004f452158112b92846a3004d3d30874398e1 (patch) | |
tree | 1a8782821f54f2c42c11f53ddd43a249296646a4 /deskutils | |
parent | b4ec59a436a9747b64e639b8aef396dffbb0f249 (diff) | |
download | freebsd-ports-gnome-ee5004f452158112b92846a3004d3d30874398e1.tar.gz freebsd-ports-gnome-ee5004f452158112b92846a3004d3d30874398e1.tar.zst freebsd-ports-gnome-ee5004f452158112b92846a3004d3d30874398e1.zip |
fix MASTER_SITES
PR: 95178
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index 862f27401d2e..b7b25dfe63d3 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -11,7 +11,8 @@ PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/ + http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfcalendar-${PORTVERSION} DIST_SUBDIR= xfce4 |