diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-22 21:35:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-22 21:35:37 +0000 |
commit | 48b38e4eab61ecd974eaca582e11b1cd5d1a1b71 (patch) | |
tree | 6b5c8cba75a9570aaa7536fc760da747f0d7c729 /parallel | |
parent | a507badc252aca47aa24ced23e2cc22609fe3bc8 (diff) | |
download | pkgsrc-48b38e4eab61ecd974eaca582e11b1cd5d1a1b71.tar.gz |
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 (limited to 'parallel')
-rw-r--r-- | parallel/paexec/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/parallel/paexec/Makefile b/parallel/paexec/Makefile index f7cefb59f17..0b18082cddf 100644 --- a/parallel/paexec/Makefile +++ b/parallel/paexec/Makefile @@ -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/ |