diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-10 15:29:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-10 15:29:53 +0000 |
commit | 91b00850d40eca264f8b356dd7685fd8fa8d3362 (patch) | |
tree | b23d053957f151a65026ad01fe8ffb997b67aad9 | |
parent | d38bdc9af68a91cf75f9876a78ad99acaea6eb10 (diff) | |
download | ports-91b00850d40eca264f8b356dd7685fd8fa8d3362.tar.gz ports-91b00850d40eca264f8b356dd7685fd8fa8d3362.zip |
Fix MASTER_SITES.
Submitted by: fenner's reminder
Notes
Notes:
svn path=/head/; revision=57532
-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 dff788aec57c..ef52bcca3c9f 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 dff788aec57c..ef52bcca3c9f 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 dff788aec57c..ef52bcca3c9f 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 \ |