diff options
author | oliver <oliver@FreeBSD.org> | 2003-11-05 21:44:38 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-11-05 21:44:38 +0000 |
commit | 54cf5248b6ec3054bc2f4e2718a367091eda9fe5 (patch) | |
tree | a9c4ab05ff74240fe5fff1c8dd202630b85866eb /x11-themes | |
parent | f15885302f098fa7694a5662b3cb3f4733e2ce54 (diff) | |
download | FreeBSD-ports-54cf5248b6ec3054bc2f4e2718a367091eda9fe5.zip FreeBSD-ports-54cf5248b6ec3054bc2f4e2718a367091eda9fe5.tar.gz |
Remove sf.net from MASTER_SITES because the distfiles doesn't exist on sf.net.
Add xfce.org mirrors to MASTER_SITES.
PR: ports/58980
Submitted By: sergei
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 54566ab..5ef5da7 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -8,17 +8,18 @@ PORTNAME= gtk-xfce-engine PORTVERSION= 2.1.6 CATEGORIES= x11-toolkits xfce -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.0/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/4.0.0/xfce-4.0.0/src/ \ + http://linux.imp.mx/xfce4/xfce_4.0.0/src/ \ + http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/4.0.0/ \ + http://changux.homelinux.org/xfce_4.0.0/archive/xfce-4.0.0/src/ \ http://www.xfce.org/archive/xfce-4.0.0/src/ -MASTER_SITE_SUBDIR= xfce MAINTAINER= oliver@FreeBSD.org COMMENT= An XFCE engine for GTK 2.0 LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 -WRKSRC= ${WRKDIR}/gtk-xfce-engine-${PORTVERSION} - USE_GMAKE= yes USE_GNOME= gnomehack USE_LIBTOOL= yes |