194a16efcf
* Removed trust exceptions for certificates issued by Staat der Nederlanden (MFSA-2011-35) * Resolved an issue with gov.uk websites
16 lines
506 B
Makefile
16 lines
506 B
Makefile
# $NetBSD: dist.mk,v 1.4 2011/09/15 09:49:36 obache Exp $
|
|
#
|
|
# used by devel/xulrunner192/Makefile
|
|
# used by www/firefox36/Makefile
|
|
|
|
DISTNAME= firefox-${FIREFOX_VER}.source
|
|
FIREFOX_VER= 3.6${MOZ_BRANCH_MINOR}
|
|
MOZ_BRANCH= 1.9.2
|
|
MOZ_BRANCH_MINOR= .22
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner192/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/xulrunner192/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mozilla-${MOZ_BRANCH}
|