pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/openconnect



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  9 06:13:50 UTC 2019

Modified Files:
        pkgsrc/net/openconnect: Makefile

Log Message:
Fix ERROR: [check-interpreter.mk]

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/openconnect/Makefile

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

Modified files:

Index: pkgsrc/net/openconnect/Makefile
diff -u pkgsrc/net/openconnect/Makefile:1.7 pkgsrc/net/openconnect/Makefile:1.8
--- pkgsrc/net/openconnect/Makefile:1.7 Tue Jan 22 18:28:40 2019
+++ pkgsrc/net/openconnect/Makefile     Sat Feb  9 06:13:50 2019
@@ -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=${PK
 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