diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-06 00:56:57 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-06 00:56:57 +0000 |
commit | cabebbcfa75024358943c8643dae727b0a6ca058 (patch) | |
tree | 43368fe29be257a8f40b65be77dbf9df56340dc5 /time | |
parent | f0a4c9e8018cc96359342e88feaec58b35997909 (diff) | |
download | pkgsrc-cabebbcfa75024358943c8643dae727b0a6ca058.tar.gz |
s/${MOZILLA}/sunbird/ in DISTNAME, because this would be wrong for sunbird-gtk1.
Diffstat (limited to 'time')
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index 277a52a4e57..99ce8d61265 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile-sunbird.common,v 1.1.1.1 2006/02/05 21:56:20 ghen Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.2 2006/02/06 00:56:57 ghen Exp $ MOZILLA_BIN= sunbird-bin MOZ_VER= 0.3a1 EXTRACT_SUFX= .tar.bz2 -DISTNAME= ${MOZILLA}-${MOZ_VER}-source +DISTNAME= sunbird-${MOZ_VER}-source CATEGORIES= time MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/sunbird/new-directory/releases/${MOZ_VER}/source/ MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/sunbird/new-directory/releases/${MOZ_VER}/source/ |