SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
www/pear/files/patch-usr_local_bin_pear
Normal file
15
www/pear/files/patch-usr_local_bin_pear
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- usr/local/bin/pear.orig Wed Nov 16 14:15:00 2011
|
||||
+++ usr/local/bin/pear Wed Nov 16 14:15:49 2011
|
||||
@@ -4,10 +4,10 @@
|
||||
if test "x$PHP_PEAR_PHP_BIN" != "x"; then
|
||||
PHP="$PHP_PEAR_PHP_BIN"
|
||||
else
|
||||
- if test "/usr/local/bin/php" = '@'php_bin'@'; then
|
||||
+ if test "php-${MODPHP_BIN}" = '@'php_bin'@'; then
|
||||
PHP=php
|
||||
else
|
||||
- PHP="/usr/local/bin/php"
|
||||
+ PHP="${MODPHP_BIN}"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue