pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox-bin-java Moved the misplaced definition of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a6f586d7873
branches:  trunk
changeset: 506164:1a6f586d7873
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 12 18:16:34 2006 +0000

description:
Moved the misplaced definition of PKGREVISION from Makefile.common to
Makefile. No other package seems to use this Makefile.common.

diffstat:

 www/firefox-bin-java/Makefile        |  4 +++-
 www/firefox-bin-java/Makefile.common |  3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 030ebd69074d -r 1a6f586d7873 www/firefox-bin-java/Makefile
--- a/www/firefox-bin-java/Makefile     Thu Jan 12 18:10:03 2006 +0000
+++ b/www/firefox-bin-java/Makefile     Thu Jan 12 18:16:34 2006 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/10/01 19:20:27 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/12 18:16:34 rillig Exp $
+
 .include "Makefile.common"
+PKGREVISION=           2
 
 DEPENDS+=              firefox-bin>=0.8:../../www/firefox-bin
 
diff -r 030ebd69074d -r 1a6f586d7873 www/firefox-bin-java/Makefile.common
--- a/www/firefox-bin-java/Makefile.common      Thu Jan 12 18:10:03 2006 +0000
+++ b/www/firefox-bin-java/Makefile.common      Thu Jan 12 18:16:34 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.common,v 1.3 2005/04/11 21:47:53 tv Exp $
+# $NetBSD: Makefile.common,v 1.4 2006/01/12 18:16:34 rillig Exp $
 
 DISTNAME=              ${MOZ_BIN}-java-1.1
-PKGREVISION=           2
 CATEGORIES=            www lang
 MASTER_SITES=          # empty
 DISTFILES=             # empty



Home | Main Index | Thread Index | Old Index