summaryrefslogtreecommitdiff
path: root/src/xulrunner-1.9.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/xulrunner-1.9.mk.in')
-rw-r--r--src/xulrunner-1.9.mk.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/xulrunner-1.9.mk.in b/src/xulrunner-1.9.mk.in
index d5705f7..41faf5c 100644
--- a/src/xulrunner-1.9.mk.in
+++ b/src/xulrunner-1.9.mk.in
@@ -17,14 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-MOZCLIENT_TARGET := xulrunner-1.9-orig
-MOZCLIENT_APPNAME := xulrunner-1.9
-MOZCLIENT_PROJECT := xulrunner
-MOZCLIENT_FILE := mozilla/config/milestone.txt
-MOZCLIENT_GETVERSION := tail -1 $(MOZCLIENT_FILE) | sed -e 's/pre//; s/\([ab]\)\([0-9]*\)/~\1\2/'
-MOZCLIENT_URL := 'http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyBrowser&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=week&mindate=&maxdate=&cvsroot=%2Fcvsroot'
-MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 $(MOZCLIENT_URL) 2> /dev/null | grep "href='http://webtools" | head -1 | tr '<>' '@' | cut -d@ -f5 | tr -d ':-' | sed -e 's/&nbsp;/t/'
-MOZCLIENT_WANTMOZDIR := 1
+MOZCLIENT_PROJECTNAME := xulrunner-1.9
include mozclient.mk.in