Thu Sep 26 00:49:07 2019 UTC ()
R-askpass: skip interpreter check for two mac-only files


(wiz)
diff -r1.1 -r1.2 pkgsrc/security/R-askpass/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/R-askpass/Makefile (expand / switch to context diff)
--- pkgsrc/security/R-askpass/Makefile 2019/08/09 19:02:20 1.1
+++ pkgsrc/security/R-askpass/Makefile 2019/09/26 00:49:07 1.2
@@ -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
@@ -16,6 +16,9 @@
 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"