diff options
author | dholland <dholland@pkgsrc.org> | 2014-06-02 02:31:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-06-02 02:31:55 +0000 |
commit | a2bcef9e4b4b78579622585d4e0f91b7c21511bf (patch) | |
tree | a750ce85bb180eaa16a827d59d19f042a5b873b5 /www/firefox | |
parent | 7866b0f654a8cfe5c4bc6f6c975e5a11b6e279a7 (diff) | |
download | pkgsrc-a2bcef9e4b4b78579622585d4e0f91b7c21511bf.tar.gz |
Put the version numbers back in COMMENT as they were put in by
explicit request a while back. (But use the current version.)
PR 48845.
I don't remember the PR number for the original request but it can be
tracked down if necessary.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 097f808994d..480de0efc73 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2014/05/29 23:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.168 2014/06/02 02:31:55 dholland Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 29.0.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/mozilla-release MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.mozilla.com/en-US/firefox/ -COMMENT= Web browser with support for extensions +COMMENT= Web browser with support for extensions (version 29.x) LICENSE= mpl-1.1 MOZILLA_DIR= # empty |