diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-03-27 10:35:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-03-27 10:35:57 +0000 |
commit | 3dede06e781b701f23d073b99882723f8b282874 (patch) | |
tree | f8626f72c12902c6fd541d3f84f46e677b8e28b2 /audio/esound | |
parent | Update to 1.2.1 (diff) |
Fix the MASTER_SITE_SUBDIR.
Notes
Notes:
svn path=/head/; revision=17407
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index f9a8687490b2..e7f15c8e63ab 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -3,16 +3,13 @@ # Date created: 19 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1999/01/27 08:31:46 fenner Exp $ +# $Id: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $ # DISTNAME= esound-0.2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-1.0/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/ +MASTER_SITE_SUBDIR= esound MAINTAINER= vanilla@FreeBSD.ORG |