[28951] trunk/dports/aqua/launch/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 12 11:44:47 PDT 2007
Revision: 28951
http://trac.macosforge.org/projects/macports/changeset/28951
Author: nox at macports.org
Date: 2007-09-12 11:44:47 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
launch: Whitespace changes.
Modified Paths:
--------------
trunk/dports/aqua/launch/Portfile
Modified: trunk/dports/aqua/launch/Portfile
===================================================================
--- trunk/dports/aqua/launch/Portfile 2007-09-12 18:42:24 UTC (rev 28950)
+++ trunk/dports/aqua/launch/Portfile 2007-09-12 18:44:47 UTC (rev 28951)
@@ -1,50 +1,49 @@
# $Id$
-PortSystem 1.0
-PortGroup xcode 1.0
+PortSystem 1.0
+PortGroup xcode 1.0
-name launch
-version 1.0.1
-categories aqua
-maintainers nomaintainer
-description command-line launcher for Mac OS X in the spirit of open
+name launch
+version 1.0.1
+categories aqua
+maintainers nomaintainer
+description command-line launcher for Mac OS X in the spirit of open
long_description \
- Apple provides a simple command-line launching program called open \
- with Mac OS X. It offers few options - launching applications by name \
- or by path, launching TextEdit, or opening a number of applications, \
- documents, folders, or URLs. With the exception of special support for \
- TextEdit (open -a), launch does all this and more.
+ Apple provides a simple command-line launching program called open \
+ with Mac OS X. It offers few options - launching applications by name \
+ or by path, launching TextEdit, or opening a number of applications, \
+ documents, folders, or URLs. With the exception of special support for \
+ TextEdit (open -a), launch does all this and more.
-homepage http://web.sabi.net/nriley/software/
-master_sites ${homepage}
+homepage http://web.sabi.net/nriley/software/
+master_sites ${homepage}
-checksums md5 0c9f963701cdbe3272e2634cc3693b0d \
- sha1 fe22ea94418db5243bff8302596f12bdd0cc5c9f \
- rmd160 b118756cc60fe25f89a5f34417b68afe67eaf3f5
+checksums md5 0c9f963701cdbe3272e2634cc3693b0d \
+ sha1 fe22ea94418db5243bff8302596f12bdd0cc5c9f \
+ rmd160 b118756cc60fe25f89a5f34417b68afe67eaf3f5
post-patch {
- reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|SDKROOT) =/d" \
- ${worksrcpath}/${name}.pbproj/project.pbxproj
+ reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|SDKROOT) =/d" \
+ ${worksrcpath}/${name}.pbproj/project.pbxproj
}
-xcode.destroot.settings-append SKIP_INSTALL=yes
+xcode.destroot.settings-append SKIP_INSTALL=yes
post-destroot {
- cd ${worksrcpath}
+ cd ${worksrcpath}
- xinstall build/UninstalledProducts/${name} \
- ${destroot}${prefix}/bin
- xinstall -m 0444 ${name}.1 \
- ${destroot}${prefix}/share/man/man1
+ xinstall build/UninstalledProducts/${name} \
+ ${destroot}${prefix}/bin
+ xinstall -m 0444 ${name}.1 \
+ ${destroot}${prefix}/share/man/man1
- set docdir ${prefix}/share/doc/${name}-${version}
- xinstall -d ${destroot}${docdir}
- xinstall -m 0644 README \
- ${destroot}${docdir}
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 README ${destroot}${docdir}
}
-universal_variant no
+universal_variant no
-livecheck.check none
+livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/4c3463fe/attachment.html
More information about the macports-changes
mailing list