pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/R-askpass
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 26 00:49:07 UTC 2019
Modified Files:
pkgsrc/security/R-askpass: Makefile
Log Message:
R-askpass: skip interpreter check for two mac-only files
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/R-askpass/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/R-askpass/Makefile
diff -u pkgsrc/security/R-askpass/Makefile:1.1 pkgsrc/security/R-askpass/Makefile:1.2
--- pkgsrc/security/R-askpass/Makefile:1.1 Fri Aug 9 19:02:20 2019
+++ pkgsrc/security/R-askpass/Makefile Thu Sep 26 00:49:07 2019
@@ -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
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