Changeset 90674 for trunk/dports/_resources/port1.0
- Timestamp:
- Mar 12, 2012, 1:41:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/_resources/port1.0/group/php-1.0.tcl
r90673 r90674 78 78 options php.ini 79 79 default php.ini {${prefix}/etc/${php}/php.ini} 80 options php.ini dir81 default php.ini dir{${prefix}/var/db/${php}}80 options php.ini_dir 81 default php.ini_dir {${prefix}/var/db/${php}} 82 82 options php.ize 83 83 default php.ize {${prefix}/bin/phpize${php.version}} … … 86 86 87 87 proc php.setup {extensions version {source ""}} { 88 global php php.build_dirs php.bundled php.config php.extension_ini php.extensions php.homepage php.ini dir php.rootname php.source php.version php.versions88 global php php.build_dirs php.bundled php.config php.extension_ini php.extensions php.homepage php.ini_dir php.rootname php.source php.version php.versions 89 89 global destroot name subport 90 90 … … 177 177 portdestroot::destroot_main 178 178 } 179 xinstall -m 755 -d ${destroot}${php.ini dir}179 xinstall -m 755 -d ${destroot}${php.ini_dir} 180 180 if {"zend" == ${php.type}} { 181 181 set extension_prefix "zend_extension=${php.extension_dir}/" … … 183 183 set extension_prefix "extension=" 184 184 } 185 set fp [open ${destroot}${php.ini dir}/${php.extension_ini} w]185 set fp [open ${destroot}${php.ini_dir}/${php.extension_ini} w] 186 186 puts $fp "; Do not edit this file; it is automatically generated by MacPorts." 187 187 puts $fp "; Any changes you make will be lost if you upgrade or uninstall ${name}."
Note: See TracChangeset
for help on using the changeset viewer.