pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/paexec parallel/paexec: remove REPLACE_SH wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/851a1e1362a2
branches:  trunk
changeset: 413889:851a1e1362a2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 21:35:37 2020 +0000

description:
parallel/paexec: remove REPLACE_SH without effect

Both files don't exist. If corrected, the first file would end up in
share/examples, and mk/check/check-interpreter.mk allows /usr/bin/env is
those files.

diffstat:

 parallel/paexec/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 2574d47d96ea -r 851a1e1362a2 parallel/paexec/Makefile
--- a/parallel/paexec/Makefile  Sun Mar 22 21:31:21 2020 +0000
+++ b/parallel/paexec/Makefile  Sun Mar 22 21:35:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/06/22 11:52:32 nia Exp $
+# $NetBSD: Makefile,v 1.22 2020/03/22 21:35:37 rillig Exp $
 #
 
 DISTNAME=      paexec-1.1.1
@@ -28,9 +28,6 @@
 BUILD_TARGET=          all doc examples
 INSTALL_TARGET=                install install-doc install-examples
 
-REPLACE_SH+=           examples/cc_wrapper/cc_wrapper_cmd \
-                       tests/broken_echo/transport_broken_echo2
-
 post-install:
        set -e; cd ${WRKSRC}; \
        ${INSTALL_DATA} presentation/paexec.pdf ${DESTDIR}${PREFIX}/share/doc/paexec/



Home | Main Index | Thread Index | Old Index