diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-19 21:26:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-19 21:26:25 +0000 |
commit | a5ee9ae70f70d2f6ec9718a84f06d03b6c988879 (patch) | |
tree | 92f803a8b3e5e7a69a2ec13a4f0f436a7a63867a /audio/esound | |
parent | a3b99aa7558597d36bd586215d0d133eec257094 (diff) | |
download | FreeBSD-ports-a5ee9ae70f70d2f6ec9718a84f06d03b6c988879.zip FreeBSD-ports-a5ee9ae70f70d2f6ec9718a84f06d03b6c988879.tar.gz |
Add another mirror for esound since it appears there are some GNOME-mirror
problems.
PR: 39541
Prompted by: many
Diffstat (limited to 'audio/esound')
-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 91a0303..45f8b3b 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 |