diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 16:21:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 16:21:03 +0000 |
commit | 198e3d3380f6928b5a99600f55a503aa096bb188 (patch) | |
tree | 224ce6e44c4df517a2bc17eb9bd7b544d47fcfc2 /www/firefox3 | |
parent | bb9d74ab50b046dd0b2d5cf8330a83f2292d39ef (diff) | |
download | pkgsrc-198e3d3380f6928b5a99600f55a503aa096bb188.tar.gz |
Retire the BSD installer as used by older DragonFly releases. DragonFly
itself ships the sources nowaday, so this has become redundant.
Diffstat (limited to 'www/firefox3')
-rw-r--r-- | www/firefox3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 3ba240b6a3f..4961a81eedd 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/02/11 10:09:47 markd Exp $ +# $NetBSD: Makefile,v 1.22 2009/02/11 16:21:04 joerg Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 PKGREVISION= 1 @@ -21,7 +21,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4 .include "../../www/firefox/Makefile-firefox.common" MAINTAINER= tnn@NetBSD.org -MOZ_VER= 3.0.6 +MOZ_VER= 3.0.5 XPTCFILES:= ${XPTCFILES:C,^,../../firefox3/files/,} DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR |