pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Use absolute path for seamonkey and firefox.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9eab9bf47617
branches:  trunk
changeset: 627970:9eab9bf47617
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Dec 26 13:12:05 2013 +0000

description:
Use absolute path for seamonkey and firefox.

diffstat:

 www/firefox/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 277d237df3b4 -r 9eab9bf47617 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Thu Dec 26 12:03:23 2013 +0000
+++ b/www/firefox/mozilla-common.mk     Thu Dec 26 13:12:05 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.22 2013/12/15 13:54:37 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.23 2013/12/26 13:12:05 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -106,7 +106,7 @@
 # Try to conflict with config/makefiles/xpidl/Makefile.in
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}
-CONFIGURE_SCRIPT=      ../mozilla-release/configure
+CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 
 PLIST_VARS+=   sps vorbis tremor glskia throwwrapper
 



Home | Main Index | Thread Index | Old Index