pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/split-thai Move all SUBST_STAGE to pre-configure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef224ce9bfd9
branches:  trunk
changeset: 449186:ef224ce9bfd9
user:      scole <scole%pkgsrc.org@localhost>
date:      Sun Mar 21 19:42:52 2021 +0000

description:
Move all SUBST_STAGE to pre-configure

diffstat:

 textproc/split-thai/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe93a213c6e8 -r ef224ce9bfd9 textproc/split-thai/Makefile
--- a/textproc/split-thai/Makefile      Sun Mar 21 19:32:45 2021 +0000
+++ b/textproc/split-thai/Makefile      Sun Mar 21 19:42:52 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/03/21 18:25:22 scole Exp $
+# $NetBSD: Makefile,v 1.18 2021/03/21 19:42:52 scole Exp $
 
 ST_VERSION=    2.1
 PKGNAME=       split-thai-${ST_VERSION}
@@ -44,7 +44,7 @@
 SUBST_SED.st-emacs-app=                -e 's,!/bin/emacs,!${PREFIX}/bin/emacs,g'
 
 SUBST_CLASSES+=                        dictionary-app
-SUBST_STAGE.dictionary-app=    post-extract
+SUBST_STAGE.dictionary-app=    pre-configure
 SUBST_MESSAGE.dictionary-app=  Fixing dictionary paths.
 SUBST_FILES.dictionary-app=    st-emacs st-swath st-wordbreak pthai.el
 SUBST_SED.dictionary-app=      -e 's,ST_SHARE_DIR,${PREFIX}/${ST_SHARE_DIR},g'



Home | Main Index | Thread Index | Old Index