Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey www/seamonkey: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/730ba79cce07
branches:  trunk
changeset: 431538:730ba79cce07
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 14 16:53:31 2020 +0000

description:
www/seamonkey: remove no-op SUBST block

The file mozHunspell.cpp does not exist anymore.  The only file in the
directory mozilla/extensions/spellcheck that contains @prefix@ is
Makefile.in.

diffstat:

 www/seamonkey/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 975d21d8afbb -r 730ba79cce07 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Thu May 14 16:45:23 2020 +0000
+++ b/www/seamonkey/Makefile    Thu May 14 16:53:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2020/05/07 19:47:11 nia Exp $
+# $NetBSD: Makefile,v 1.211 2020/05/14 16:53:31 rillig Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -49,12 +49,6 @@
 CHECK_INTERPRETER_SKIP+=       lib/seamonkey-sdk/sdk/bin/xpidl.py
 CHECK_INTERPRETER_SKIP+=       lib/seamonkey-sdk/sdk/bin/xpt.py
 
-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_VARS.sys-dic=    PREFIX
-
 CHECK_WRKREF_SKIP=     lib/seamonkey/chrome/toolkit/content/global/buildconfig.html
 
 post-extract:



Home | Main Index | Thread Index | Old Index