pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/paexec



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 21:35:37 UTC 2020

Modified Files:
        pkgsrc/parallel/paexec: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/parallel/paexec/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/paexec/Makefile
diff -u pkgsrc/parallel/paexec/Makefile:1.21 pkgsrc/parallel/paexec/Makefile:1.22
--- pkgsrc/parallel/paexec/Makefile:1.21        Sat Jun 22 11:52:32 2019
+++ pkgsrc/parallel/paexec/Makefile     Sun Mar 22 21:35:37 2020
@@ -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 @@ MAKE_ENV+=            EGDIR=${EGDIR}
 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