| 104 | | xinstall -d -m 755 ${destroot}${startup_root}/Library/LaunchAgents |
| 105 | | ln -s ${prefix}/Library/LaunchAgents/org.macports.kdecache.plist ${destroot}${startup_root}/Library/LaunchAgents |
| | 104 | # The startupitem.install keyword does not exist in MacPorts < 2.1. |
| | 105 | if {![info exists startupitem.install]} { |
| | 106 | set startupitem.install yes |
| | 107 | } |
| | 108 | if { ${startupitem.install} != "no" } { |
| | 109 | xinstall -d -m 755 ${destroot}${startup_root}/Library/LaunchAgents |
| | 110 | ln -s ${prefix}/Library/LaunchAgents/org.macports.kdecache.plist ${destroot}${startup_root}/Library/LaunchAgents |
| | 111 | } |