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 unified 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,21 +1,24 @@ @@ -1,21 +1,24 @@
1# $NetBSD: Makefile,v 1.1 2019/08/09 19:02:20 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2019/09/26 00:49:07 wiz Exp $
2 2
3R_PKGNAME= askpass 3R_PKGNAME= askpass
4R_PKGVER= 1.1 4R_PKGVER= 1.1
5CATEGORIES= security 5CATEGORIES= security
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Safe password entry for R, Git, and SSH 8COMMENT= Safe password entry for R, Git, and SSH
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-sys>=2.1:../../sysutils/R-sys 11DEPENDS+= R-sys>=2.1:../../sysutils/R-sys
12 12
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14 14
15REPLACE_INTERPRETER+= osascript 15REPLACE_INTERPRETER+= osascript
16REPLACE.osascript.old= [^[:space:]]*env osascript 16REPLACE.osascript.old= [^[:space:]]*env osascript
17REPLACE.osascript.new= /usr/bin/osascript 17REPLACE.osascript.new= /usr/bin/osascript
18REPLACE_FILES.osascript= inst/mac-askpass inst/mac-simplepass 18REPLACE_FILES.osascript= inst/mac-askpass inst/mac-simplepass
19 19
 20CHECK_INTERPRETER_SKIP+= lib/R/library/askpass/mac-askpass
 21CHECK_INTERPRETER_SKIP+= lib/R/library/askpass/mac-simplepass
 22
20.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
21.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"