this lost its "#!/usr/bin/env php" -> "#!${MODPHP_BIN}" subst in r1.2; readd
This commit is contained in:
parent
cc165359ed
commit
60170d874f
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2018/05/22 08:18:08 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2018/09/28 22:41:14 sthen Exp $
|
||||
|
||||
COMMENT = read-eval-print loop for PHP
|
||||
|
||||
GH_ACCOUNT = d11wtq
|
||||
GH_PROJECT = boris
|
||||
GH_TAGNAME = v1.0.10
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
$OpenBSD: patch-bin_boris,v 1.2 2017/04/28 15:37:27 benoit Exp $
|
||||
--- bin/boris.orig Sun Mar 1 09:05:19 2015
|
||||
+++ bin/boris Fri Apr 28 17:10:19 2017
|
||||
$OpenBSD: patch-bin_boris,v 1.3 2018/09/28 22:41:14 sthen Exp $
|
||||
Index: bin/boris
|
||||
--- bin/boris.orig
|
||||
+++ bin/boris
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env php
|
||||
-#!/usr/bin/env php
|
||||
+#!${MODPHP_BIN}
|
||||
<?php
|
||||
|
||||
-require_once __DIR__ . '/../lib/autoload.php';
|
||||
|
Loading…
x
Reference in New Issue
Block a user