pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/R-askpass R-askpass: skip interpreter check f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f79dd48e53
branches:  trunk
changeset: 340187:00f79dd48e53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 00:49:07 2019 +0000

description:
R-askpass: skip interpreter check for two mac-only files

diffstat:

 security/R-askpass/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 46016091ccb3 -r 00f79dd48e53 security/R-askpass/Makefile
--- a/security/R-askpass/Makefile       Thu Sep 26 00:46:58 2019 +0000
+++ b/security/R-askpass/Makefile       Thu Sep 26 00:49:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:02:20 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/26 00:49:07 wiz Exp $
 
 R_PKGNAME=     askpass
 R_PKGVER=      1.1
@@ -17,5 +17,8 @@
 REPLACE.osascript.new=         /usr/bin/osascript
 REPLACE_FILES.osascript=       inst/mac-askpass inst/mac-simplepass
 
+CHECK_INTERPRETER_SKIP+=       lib/R/library/askpass/mac-askpass
+CHECK_INTERPRETER_SKIP+=       lib/R/library/askpass/mac-simplepass
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index