diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/electriceyes/Makefile | 8 | ||||
-rw-r--r-- | graphics/fnlib/Makefile | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index 99e813d60c2..da7735f6271 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -3,16 +3,14 @@ # Date created: 21 August 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.7 1999/01/12 16:50:24 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/01/14 20:53:36 vanilla Exp $ # DISTNAME= ee-0.3.5 PKGNAME= electriceyes-0.3.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.geo.net/pub/gnome/sources/latest/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/latest/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= ee MAINTAINER= nacai@iname.com diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 98255172805..bf4d46908e8 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -3,13 +3,13 @@ # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.6 1998/12/28 00:35:53 vanilla Exp $ +# $Id: Makefile,v 1.7 1999/01/17 18:19:15 nectar Exp $ # DISTNAME= fnlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/enlightenment/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/enlightenment/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= enlightenment #MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ # ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ # ftp://ftp.labs.redhat.com/pub/imlib/TAR/ |