Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs editors/TeXmacs: fix REPLACE_PYTHON an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/588d32b8c5a0
branches:  trunk
changeset: 432565:588d32b8c5a0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 10:04:44 2020 +0000

description:
editors/TeXmacs: fix REPLACE_PYTHON and shell portability

diffstat:

 editors/TeXmacs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 6c8a0aa6e912 -r 588d32b8c5a0 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Sat May 23 09:51:42 2020 +0000
+++ b/editors/TeXmacs/Makefile  Sat May 23 10:04:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2020/05/22 10:56:04 adam Exp $
+# $NetBSD: Makefile,v 1.136 2020/05/23 10:04:44 rillig Exp $
 #
 # changelog at http://www.texmacs.org/tmweb/about/changes.en.html
 
@@ -21,10 +21,10 @@
 USE_TOOLS+=            gmake perl:run pkg-config bash
 USE_LANGUAGES=         c c++
 
-REPLACE_PYTHON=                plugins/python/bin/tm_python
-REPLACE_PYTHON+=       plugins/sage/bin/tm_sage
 REPLACE_PYTHON+=       plugins/mathematica/bin/realpath.py
 
+REPLACE_BASH+=         configure
+REPLACE_BASH+=         cmake/CreateBundle.sh.in
 REPLACE_BASH+=         plugins/dratex/bin/tm_dratex
 REPLACE_BASH+=         plugins/eukleides/bin/tm_eukleides
 REPLACE_BASH+=         plugins/eukleides/bin/tm_eukleides.old



Home | Main Index | Thread Index | Old Index