diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | 285733d1c10dfd2cba0afefc099553f5b353eb30 (patch) | |
tree | 69a2645c8781bf595bab6e4416fa205d0c966658 /audio/esound | |
parent | 0cee15684806cb05c106c47804c1afc5d558a340 (diff) | |
download | FreeBSD-ports-285733d1c10dfd2cba0afefc099553f5b353eb30.zip FreeBSD-ports-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.gz |
Use ${MASTER_SITE_GNOME}
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 230323e..a9f95dc 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -3,13 +3,13 @@ # Date created: 19 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/12/23 19:22:07 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/12/26 05:56:52 vanilla Exp $ # DISTNAME= esound-0.2.7 CATEGORIES= audio -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= esound #MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ # ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ # ftp://ftp.labs.redhat.com/pub/imlib/TAR/ |