pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xxdiff-scripts textproc/xxdiff-scripts: don't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e44d261ed7d
branches:  trunk
changeset: 377013:1e44d261ed7d
user:      ginsbach <ginsbach%pkgsrc.org@localhost>
date:      Sun Mar 11 21:23:28 2018 +0000

description:
textproc/xxdiff-scripts: don't fix uninstalled scripts

Don't bother replacing the Python path in scripts that aren't installed.

diffstat:

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

diffs (18 lines):

diff -r 6e46dc4ac632 -r 1e44d261ed7d textproc/xxdiff-scripts/Makefile
--- a/textproc/xxdiff-scripts/Makefile  Sun Mar 11 21:05:51 2018 +0000
+++ b/textproc/xxdiff-scripts/Makefile  Sun Mar 11 21:23:28 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/03/11 20:57:16 ginsbach Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/11 21:23:28 ginsbach Exp $
 
 .include "../../textproc/xxdiff/Makefile.common"
 
@@ -10,7 +10,7 @@
 USE_TOOLS=     # empty
 
 #PYTHON_VERSIONS_INCOMPATIBLE= # XXX unknown
-REPLACE_PYTHON+=       bin/svn-foreign bin/termdiff bin/termdiff-test-urwid
+REPLACE_PYTHON+=       bin/svn-foreign
 REPLACE_PYTHON+=       bin/xx-cond-replace bin/xx-cvs-diff bin/xx-cvs-revcmp
 REPLACE_PYTHON+=       bin/xx-diff-proxy bin/xx-encrypted bin/xx-filter
 REPLACE_PYTHON+=       bin/xx-find-grep-sed bin/xx-hg-merge bin/xx-match



Home | Main Index | Thread Index | Old Index