diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 21:26:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 21:26:25 +0000 |
commit | f3839f5ef8d2d6063da72937d442fd39c20cf369 (patch) | |
tree | 752c44f824162facc27d1798dff0522bdb788f94 /audio | |
parent | cb401c5cb4418e390b29bb9a04e0f317ee7ea82e (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 91a03030a129..45f8b3b8232e 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -8,7 +8,8 @@ PORTNAME= esound PORTVERSION= 0.2.28 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://www.marcuscom.com/downloads/ MASTER_SITE_SUBDIR= stable/sources/esound DIST_SUBDIR= gnome |