6467c6e8f6
mozilla-bin-nightly. Remove PKGREVISION, it's useless in the -nightly packages. Fix package to actually download the recent builds.
12 lines
355 B
Makefile
12 lines
355 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/09/24 16:42:56 salo Exp $
|
|
|
|
MOZILLA= firefox
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/firefox/
|
|
COMMENT= Lightweight gecko-based web browser (nightly binary pkg)
|
|
|
|
# see Makefile.NetBSD.i386.
|
|
ONLY_FOR_PLATFORM+= Linux-*-i386
|
|
ONLY_FOR_PLATFORM+= SunOS-5.[89]*-sparc
|
|
|
|
.include "../../www/seamonkey-bin-nightly/Makefile.common"
|