diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-07 23:00:16 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-07 23:00:16 +0800 |
commit | e0c025160adb81693b96b07c7a28a7dffa400758 (patch) | |
tree | c5f23425db478350aa30fed5e5c0d633958b86e6 /games | |
parent | dc10c20b97682cb42e474c327241ad711fdbb717 (diff) | |
download | freebsd-ports-gnome-e0c025160adb81693b96b07c7a28a7dffa400758.tar.gz freebsd-ports-gnome-e0c025160adb81693b96b07c7a28a7dffa400758.tar.zst freebsd-ports-gnome-e0c025160adb81693b96b07c7a28a7dffa400758.zip |
fix MASTER_SITES
Noted by: portsurvey
Diffstat (limited to 'games')
-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 |