diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index 36920b37ba2..e0b9e9da947 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,12 +1,11 @@ -# $NetBSD: Makefile-sunbird.common,v 1.11 2007/03/02 09:34:18 ghen Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.12 2007/12/22 07:22:10 obache Exp $ MOZILLA_BIN= sunbird-bin MOZ_VER= 0.3.1 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}/source/ -MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER}/source/ +MASTER_SITES= ${MASTER_SITE_MOZILLA:=calendar/sunbird/releases/${MOZ_VER}/source/} HOMEPAGE= http://www.mozilla.org/projects/calendar/sunbird/ |