diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-07 15:00:16 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-07 15:00:16 +0000 |
commit | 661a110d9512a55909aa4bf34f144a6b90575dcc (patch) | |
tree | 85e467a34f1f351e39906f8c00268ed9986a0abd /games/xfce4-toys | |
parent | f4635a8ee25dc0ebafa7e71b7a849869c500c9d0 (diff) | |
download | ports-661a110d9512a55909aa4bf34f144a6b90575dcc.tar.gz ports-661a110d9512a55909aa4bf34f144a6b90575dcc.zip |
fix MASTER_SITES
Noted by: portsurvey
Notes
Notes:
svn path=/head/; revision=144490
Diffstat (limited to 'games/xfce4-toys')
-rw-r--r-- | games/xfce4-toys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xfce4-toys/Makefile b/games/xfce4-toys/Makefile index bc5f1db24ef0..8f47d1b5ae1c 100644 --- a/games/xfce4-toys/Makefile +++ b/games/xfce4-toys/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 0 CATEGORIES= games 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/ DIST_SUBDIR= xfce4 |