pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/thunderbird



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 28 20:13:55 UTC 2018

Modified Files:
        pkgsrc/mail/thunderbird: Makefile

Log Message:
thunderbird: fix path to file in SUBST*


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 pkgsrc/mail/thunderbird/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.206 pkgsrc/mail/thunderbird/Makefile:1.207
--- pkgsrc/mail/thunderbird/Makefile:1.206      Wed Mar 28 13:34:19 2018
+++ pkgsrc/mail/thunderbird/Makefile    Wed Mar 28 20:13:55 2018
@@ -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 @@ ALL_ENV+=             MOZILLA_PKG_NAME=thunderbird
 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