diff options
author | ghen <ghen> | 2007-03-01 14:03:16 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-03-01 14:03:16 +0000 |
commit | 60a078890dda05741cecebb22f4b71caea66a783 (patch) | |
tree | 8c8361003cd36077049a5c9709e63497a625f81a /time/sunbird | |
parent | 2fbc7fe10b68f662dfb7841f3766489eb3d38054 (diff) | |
download | pkgsrc-60a078890dda05741cecebb22f4b71caea66a783.tar.gz |
Remove obsoleted alpha substitution.
Diffstat (limited to 'time/sunbird')
-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/ |