diff options
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index 6449cccc614..7db137f57b4 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile-sunbird.common,v 1.9 2006/10/12 13:42:34 ghen Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.10 2007/03/01 14:03:16 ghen Exp $ MOZILLA_BIN= sunbird-bin MOZ_VER= 0.3 EXTRACT_SUFX= .tar.bz2 DISTNAME= sunbird-${MOZ_VER}.source CATEGORIES= time -MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER:S/alpha/a/}/source/ -MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER:S/alpha/a/}/source/ +MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER}/source/ +MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER}/source/ HOMEPAGE= http://www.mozilla.org/projects/calendar/sunbird/ |