[48329] trunk/dports/aqua/qtiplot/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 19 02:49:27 PDT 2009


Revision: 48329
          http://trac.macports.org/changeset/48329
Author:   ryandesign at macports.org
Date:     2009-03-19 02:49:27 -0700 (Thu, 19 Mar 2009)
Log Message:
-----------
qtiplot: fix typos in portfile comments

Modified Paths:
--------------
    trunk/dports/aqua/qtiplot/Portfile

Modified: trunk/dports/aqua/qtiplot/Portfile
===================================================================
--- trunk/dports/aqua/qtiplot/Portfile	2009-03-19 09:44:49 UTC (rev 48328)
+++ trunk/dports/aqua/qtiplot/Portfile	2009-03-19 09:49:27 UTC (rev 48329)
@@ -38,7 +38,7 @@
 pre-configure {
     # don't step into the manual dir, there is no "make all"
     reinplace "/manual/d" ${worksrcpath}/qtiplot.pro
-    # fix include path's
+    # fix include paths
     reinplace "/INCLUDEPATH.*muparser/d" ${worksrcpath}/qtiplot/qtiplot.pro
     reinplace "/INCLUDEPATH.*boost/d" ${worksrcpath}/qtiplot/qtiplot.pro
     reinplace "/INCLUDEPATH.*png/d" ${worksrcpath}/qtiplot/qtiplot.pro
@@ -47,7 +47,7 @@
                                     ${worksrcpath}/fitPlugins/exp_saturation/exp_saturation.pro \
                                     ${worksrcpath}/fitPlugins/fitRational0/fitRational0.pro \
                                     ${worksrcpath}/fitPlugins/fitRational1/fitRational1.pro
-    # fix lib path's
+    # fix lib paths
     reinplace "/LIBS.*3rdparty.*gsl/d" ${worksrcpath}/qtiplot/qtiplot.pro \
                                        ${worksrcpath}/fitPlugins/explin/explin.pro \
                                        ${worksrcpath}/fitPlugins/exp_saturation/exp_saturation.pro \
@@ -71,7 +71,7 @@
 destroot.destdir INSTALL_ROOT=${destroot}
 
 post-destroot {
-    # install the applocation bundle and create a symlink for cli invokation
+    # install the application bundle and create a symlink for cli invocation
     xinstall -d ${destroot}${applications_dir}
     copy "${worksrcpath}/qtiplot/qtiplot.app" ${destroot}${applications_dir}
     # in this dir python tries to store .pyc files, so it has to be writable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090319/dd6a31a3/attachment.html>


More information about the macports-changes mailing list