summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-26 00:49:07 +0000
committerwiz <wiz@pkgsrc.org>2019-09-26 00:49:07 +0000
commit50652002f972e661a24d42dfb257619199ad4416 (patch)
treecb5ed05af4753d5e484fd8b6e0b939258c94d4c7 /security
parent81e32b9d97ac256a35f62debeebe113795cf6c83 (diff)
downloadpkgsrc-50652002f972e661a24d42dfb257619199ad4416.tar.gz
R-askpass: skip interpreter check for two mac-only files
Diffstat (limited to 'security')
-rw-r--r--security/R-askpass/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/R-askpass/Makefile b/security/R-askpass/Makefile
index 1ae67fbbba4..a52c255b493 100644
--- a/security/R-askpass/Makefile
+++ b/security/R-askpass/Makefile
@@ -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.old= [^[:space:]]*env osascript
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"