aboutsummaryrefslogblamecommitdiff
path: root/devel/phpsh/files/patch-src_phpsh.py
blob: 7c8df0104c0d27438334292993ff5da5e5bca368 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                       

$FreeBSD$

--- src/phpsh.py.orig
+++ src/phpsh.py
@@ -274,7 +274,7 @@
         self.config.add_section("Emacs")
 
     def read(self):
-        config_files = ["/etc/phpsh/config"]
+        config_files = ["%%PREFIX%%/etc/phpsh/config"]
         home = os.getenv("HOME")
         if home:
             homestr = home.strip()