You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
fugu: use ${applications_dir}
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@38909 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+7
-2
@@ -37,10 +37,15 @@ post-patch {
|
||||
${worksrcpath}/Fugu.pbproj/project.pbxproj
|
||||
}
|
||||
|
||||
# Can be removed once MacPorts 1.7.0 is released
|
||||
if {![info exists applications_dir]} {
|
||||
set applications_dir /Applications/MacPorts
|
||||
}
|
||||
|
||||
post-destroot {
|
||||
xinstall -d ${destroot}/Applications/MacPorts
|
||||
xinstall -d ${destroot}${applications_dir}
|
||||
copy ${worksrcpath}/build/UninstalledProducts/${my_name}.app \
|
||||
${destroot}/Applications/MacPorts
|
||||
${destroot}${applications_dir}
|
||||
}
|
||||
|
||||
variant universal {
|
||||
|
||||
Reference in New Issue
Block a user