[35937] trunk/dports/aqua/TeXShop/Portfile
waqar at macports.org
waqar at macports.org
Thu Apr 10 12:38:53 PDT 2008
Revision: 35937
http://trac.macosforge.org/projects/macports/changeset/35937
Author: waqar at macports.org
Date: 2008-04-10 12:38:52 -0700 (Thu, 10 Apr 2008)
Log Message:
-----------
Fixed to make lint happy.
Modified Paths:
--------------
trunk/dports/aqua/TeXShop/Portfile
Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile 2008-04-10 19:35:09 UTC (rev 35936)
+++ trunk/dports/aqua/TeXShop/Portfile 2008-04-10 19:38:52 UTC (rev 35937)
@@ -6,7 +6,8 @@
version 2.14
revision 5
categories editors aqua
-PortGroup xcode 1.0
+PortGroup xcode 1.0
+
maintainers waqar at macports.org
description TeX previewer for Mac OS X
long_description \
@@ -31,9 +32,9 @@
}
}
-post-extract {
- reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
-}
+post-extract {
+ reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
+}
use_configure no
build.type pbx
@@ -44,7 +45,7 @@
xcode.build.settings FRAMEWORK_SEARCH_PATHS=${worksrcpath} \
CONFIGURATION_BUILD_DIR=${worksrcpath}/build
-destroot {
+destroot {
system "cd ${worksrcpath} && ${build.cmd} DSTROOT=${destroot} \
INSTALL_PATH=/Applications/MacPorts -target ${name} install \
INSTALL_MODE_FLAG=755 ${xcode.build.settings}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080410/472260b0/attachment.html
More information about the macports-changes
mailing list