diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-04-10 15:29:53 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-04-10 15:29:53 +0000 |
commit | 396abb6d4fdb09afe29a051e5f681f995333f147 (patch) | |
tree | 53882048a0bdc028ad58ec0974e2b6f640bc63c2 | |
parent | 7689150657ca2fadc8a2b195c8174df8b3d6fc91 (diff) | |
download | FreeBSD-ports-396abb6d4fdb09afe29a051e5f681f995333f147.zip FreeBSD-ports-396abb6d4fdb09afe29a051e5f681f995333f147.tar.gz |
Fix MASTER_SITES.
Submitted by: fenner's reminder
-rw-r--r-- | x11-wm/e16/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 10 |
3 files changed, 9 insertions, 21 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index dff788a..ef52bcc 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -9,13 +9,9 @@ PORTNAME= enlightenment PORTVERSION= 0.16.5 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/ \ - ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ - ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \ - ftp://beaver.its.vu.edu.au/pub/enlightenment/ \ - ftp://freebsd.sinica.edu.tw/pub/clive/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vanilla +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://freebsd.sinica.edu.tw/pub/clive/ +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Marble.etheme \ BlueSteel.etheme.zh_TW.Big5 \ diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index dff788a..ef52bcc 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -9,13 +9,9 @@ PORTNAME= enlightenment PORTVERSION= 0.16.5 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/ \ - ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ - ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \ - ftp://beaver.its.vu.edu.au/pub/enlightenment/ \ - ftp://freebsd.sinica.edu.tw/pub/clive/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vanilla +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://freebsd.sinica.edu.tw/pub/clive/ +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Marble.etheme \ BlueSteel.etheme.zh_TW.Big5 \ diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index dff788a..ef52bcc 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -9,13 +9,9 @@ PORTNAME= enlightenment PORTVERSION= 0.16.5 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/ \ - ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ - ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \ - ftp://beaver.its.vu.edu.au/pub/enlightenment/ \ - ftp://freebsd.sinica.edu.tw/pub/clive/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vanilla +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://freebsd.sinica.edu.tw/pub/clive/ +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Marble.etheme \ BlueSteel.etheme.zh_TW.Big5 \ |