pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openconnect Fix ERROR: [check-interpreter.mk]



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c839f6937ca
branches:  trunk
changeset: 329488:8c839f6937ca
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 09 06:13:50 2019 +0000

description:
Fix ERROR: [check-interpreter.mk]

+REPLACE_BASH=          trojans/csd-post.sh
+REPLACE_BASH+=         trojans/csd-wrapper.sh

diffstat:

 net/openconnect/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r eccb843ad7e1 -r 8c839f6937ca net/openconnect/Makefile
--- a/net/openconnect/Makefile  Sat Feb 09 02:02:25 2019 +0000
+++ b/net/openconnect/Makefile  Sat Feb 09 06:13:50 2019 +0000
@@ -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+=       --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



Home | Main Index | Thread Index | Old Index