diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-26 05:56:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-26 05:56:52 +0000 |
commit | ed89e4b35f1e9c9c56f553ae3e99bf75dd738e12 (patch) | |
tree | f4411154851f56659789604742f6ddbd8dd24965 /audio/esound | |
parent | 2aba7f1681e3fd1707ab17876fa6b094bad2891e (diff) | |
download | ports-ed89e4b35f1e9c9c56f553ae3e99bf75dd738e12.tar.gz ports-ed89e4b35f1e9c9c56f553ae3e99bf75dd738e12.zip |
Change MASTER_SITES to GNOME project temporary.
Notes
Notes:
svn path=/head/; revision=15621
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 4d9686402315..230323ed6535 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -3,14 +3,16 @@ # Date created: 19 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/09/22 15:47:43 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/12/23 19:22:07 vanilla Exp $ # DISTNAME= esound-0.2.7 CATEGORIES= audio -MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ - ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ - ftp://ftp.labs.redhat.com/pub/imlib/TAR/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ +#MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ +# ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ +# ftp://ftp.labs.redhat.com/pub/imlib/TAR/ MAINTAINER= vanilla@FreeBSD.ORG |