diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-04-10 23:29:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-04-10 23:29:53 +0800 |
commit | 396abb6d4fdb09afe29a051e5f681f995333f147 (patch) | |
tree | 53882048a0bdc028ad58ec0974e2b6f640bc63c2 /x11-wm/e16 | |
parent | 7689150657ca2fadc8a2b195c8174df8b3d6fc91 (diff) | |
download | freebsd-ports-gnome-396abb6d4fdb09afe29a051e5f681f995333f147.tar.gz freebsd-ports-gnome-396abb6d4fdb09afe29a051e5f681f995333f147.tar.zst freebsd-ports-gnome-396abb6d4fdb09afe29a051e5f681f995333f147.zip |
Fix MASTER_SITES.
Submitted by: fenner's reminder
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 10 |
1 files changed, 3 insertions, 7 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 \ |