pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird thunderbird: fix path to file in SUBST*



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98868b94727a
branches:  trunk
changeset: 378055:98868b94727a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 28 20:13:55 2018 +0000

description:
thunderbird: fix path to file in SUBST*

diffstat:

 mail/thunderbird/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e404632441e -r 98868b94727a mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Wed Mar 28 13:36:08 2018 +0000
+++ b/mail/thunderbird/Makefile Wed Mar 28 20:13:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2018/03/28 13:34:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.207 2018/03/28 20:13:55 wiz Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
@@ -41,7 +41,7 @@
 SUBST_CLASSES+=                sys-dic
 SUBST_STAGE.sys-dic=   pre-configure
 SUBST_MESSAGE.sys-dic= Reference to system hunspell dictionaries.
-SUBST_FILES.sys-dic=   mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp
+SUBST_FILES.sys-dic=   mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp
 SUBST_VARS.sys-dic=    PREFIX
 
 CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/header.py



Home | Main Index | Thread Index | Old Index