diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
commit | cd2034a69a241488c900469d394306659c70713a (patch) | |
tree | 20b275e879e9a02978fb92613c271dbee7b21c37 /editors/TeXmacs-devel/Makefile | |
parent | 0d00e3eefba959b1aee2446dc7691d3411626d66 (diff) | |
download | pkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz |
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'editors/TeXmacs-devel/Makefile')
-rw-r--r-- | editors/TeXmacs-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/TeXmacs-devel/Makefile b/editors/TeXmacs-devel/Makefile index c7259f388f8..41b0a221d11 100644 --- a/editors/TeXmacs-devel/Makefile +++ b/editors/TeXmacs-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2013/06/06 12:54:15 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/25 10:45:17 wiz Exp $ DISTNAME= TeXmacs-1.0.7.19-src PKGNAME= ${DISTNAME:S/-src//} @@ -21,9 +21,9 @@ CONFIGURE_ARGS+= --with-qt=${QTDIR}/bin MAKE_ENV+= QT_QTDIR=${QTDIR} TEX_ACCEPTED= teTeX3 -PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python -PYTHON_PATCH_SCRIPTS+= plugins/mathematica/bin/realpath.py -PYTHON_PATCH_SCRIPTS+= plugins/sage/bin/tm_sage +REPLACE_PYTHON= plugins/python/bin/tm_python +REPLACE_PYTHON+= plugins/mathematica/bin/realpath.py +REPLACE_PYTHON+= plugins/sage/bin/tm_sage SUBST_CLASSES+= init SUBST_STAGE.init= post-patch |