diff options
author | mef <mef@pkgsrc.org> | 2019-02-09 06:13:50 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-02-09 06:13:50 +0000 |
commit | 641554fa364095d2ac22e7269dc039252a2420c7 (patch) | |
tree | 2c8669a279655ee330fddc1cf7b2aa129af4cd39 | |
parent | 0f722fcc1c5f247b704403ee9ca435d7bff6b52d (diff) | |
download | pkgsrc-641554fa364095d2ac22e7269dc039252a2420c7.tar.gz |
Fix ERROR: [check-interpreter.mk]
+REPLACE_BASH= trojans/csd-post.sh
+REPLACE_BASH+= trojans/csd-wrapper.sh
-rw-r--r-- | net/openconnect/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 646ef9c9356..f3286b83721 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/01/22 18:28:40 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2019/02/09 06:13:50 mef Exp $ DISTNAME= openconnect-8.02 CATEGORIES= net security @@ -20,6 +20,9 @@ CONFIGURE_ARGS+= --with-vpnc-script=${PKG_SYSCONFDIR}/vpnc-script CONFIGURE_ARGS+= --disable-nls REPLACE_PYTHON= trojans/tncc-wrapper.py +REPLACE_BASH= trojans/csd-post.sh +REPLACE_BASH+= trojans/csd-wrapper.sh + PYTHON_VERSIONS_ACCEPTED=27 INSTALLATION_DIRS= sbin include lib ${PKGMANDIR}/man8 |