diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | dc90d64404c7cecc0af53e9a3f16550bbc688a75 (patch) | |
tree | b2800a4901268918d413511f5fb61e43438b2e35 /graphics/electriceyes | |
parent | 52619586269c9e817bdf8a8496e70376ba957597 (diff) | |
download | ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.tar.gz ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.zip |
Notes
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r-- | graphics/electriceyes/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index 99e813d60c29..da7735f6271a 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 |