diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-03 04:17:33 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-03 04:17:33 +0000 |
commit | 0ce6ff89f24322ab1c87728b8cff05aaeb7e30e5 (patch) | |
tree | 8c66f1d31acfd988b64414d1d430057dd1ff8e62 | |
parent | e8a1c10327028b8f0122ba3ab969a3456aa3d21b (diff) | |
download | freebsd-ports-0ce6ff89f24322ab1c87728b8cff05aaeb7e30e5.zip |
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 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 diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 33e50e61116e..196b84f565ba 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 |