Commits

Joshua Root authored 286798b8c56
nomaintainer ports: replace eval with {*}

Also just remove some instances that were never needed in the first place.
No tags

aqua/DesktopManager/Portfile

Modified
23 23
24 24 universal_variant no
25 25
26 26 xcode.destroot.settings SKIP_INSTALL=yes
27 27
28 28 post-destroot {
29 29 xinstall -d ${destroot}${applications_dir}
30 30 copy "${worksrcpath}/build/UninstalledProducts/Desktop Manager.app" \
31 31 ${destroot}${applications_dir}
32 32
33 - eval delete [glob "${destroot}${applications_dir}/Desktop Manager.app/Contents/{PlugIns,Resources/*}/*.bundle/*.bundle"]
33 + delete {*}[glob "${destroot}${applications_dir}/Desktop Manager.app/Contents/{PlugIns,Resources/*}/*.bundle/*.bundle"]
34 34 }
35 35
36 36 livecheck.type regex
37 37 livecheck.url http://developer.berlios.de/project/showfiles.php?group_id=3463
38 38 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut