forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sync with firefox-25.0
- Loading branch information
ryoon
committed
Nov 2, 2013
1 parent
a54f840
commit 5dc0c12
Showing
3 changed files
with
433 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.36 2013/09/19 13:09:59 ryoon Exp $ | ||
# $NetBSD: Makefile,v 1.37 2013/11/02 23:25:59 ryoon Exp $ | ||
# | ||
|
||
FIREFOX_VER= 24.0esr | ||
FIREFOX_VER= 25.0 | ||
PKGNAME= firefox-l10n-${FIREFOX_VER:S/esr//} | ||
DISTNAME= # empty | ||
CATEGORIES= www | ||
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/linux-i686/xpi/} | ||
#MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/linux-i686/xpi/} | ||
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/linux-i686/xpi/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.mozilla.com/en-US/firefox/ | ||
|
Oops, something went wrong.