diff options
author | oliver <oliver@FreeBSD.org> | 2006-04-03 04:17:33 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-04-03 04:17:33 +0000 |
commit | ee5004f452158112b92846a3004d3d30874398e1 (patch) | |
tree | 1a8782821f54f2c42c11f53ddd43a249296646a4 | |
parent | b4ec59a436a9747b64e639b8aef396dffbb0f249 (diff) | |
download | FreeBSD-ports-ee5004f452158112b92846a3004d3d30874398e1.zip FreeBSD-ports-ee5004f452158112b92846a3004d3d30874398e1.tar.gz |
fix MASTER_SITES
PR: 95178
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index 862f274..b7b25df 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 diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 33e50e6..196b84f 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 1 CATEGORIES= x11-wm 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}/src/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfwm4-${PORTVERSION} DIST_SUBDIR= xfce4 |