pkgsrc/www/firefox-bin-nightly/Makefile
jlam 7d9dfc154d Turn on user-destdir installation for the *-bin-nightly packages --
these Makefiles include seamonkey-bin-nightly/Makefile.common which
just include seamonkey-bin/Makefile.common which already has user-destdir
support.
2008-03-07 05:18:21 +00:00

13 lines
361 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/03/07 05:18:21 jlam Exp $
MOZILLA= firefox
HOMEPAGE= http://www.mozilla.org/projects/firefox/
COMMENT= Lightweight gecko-based web browser (nightly binary pkg)
EMUL_PLATFORMS= linux-i386
EMUL_PLATFORMS+= solaris-i386 solaris-sparc
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../www/seamonkey-bin-nightly/Makefile.common"