[106007] trunk/dports/finance/abtransfers/Portfile

mk at macports.org mk at macports.org
Sun May 12 23:49:47 PDT 2013


Revision: 106007
          https://trac.macports.org/changeset/106007
Author:   mk at macports.org
Date:     2013-05-12 23:49:47 -0700 (Sun, 12 May 2013)
Log Message:
-----------
abtransfers: fix portfile style according to Ryan's hints (Thanks.)

Modified Paths:
--------------
    trunk/dports/finance/abtransfers/Portfile

Modified: trunk/dports/finance/abtransfers/Portfile
===================================================================
--- trunk/dports/finance/abtransfers/Portfile	2013-05-13 06:21:30 UTC (rev 106006)
+++ trunk/dports/finance/abtransfers/Portfile	2013-05-13 06:49:47 UTC (rev 106007)
@@ -3,11 +3,11 @@
 
 PortSystem          1.0
 
-# See dports/_resources/port1.0/group/qt4-1.0.tcl for more info.
 PortGroup           qt4    1.0
 
 name                abtransfers
 version             0.0.4.0
+revision            1
 
 categories          finance
 maintainers         mk openmaintainer
@@ -31,11 +31,10 @@
 livecheck.url       http://schmufu.dyndns.org/dokuwiki/ab_transfer:download
 livecheck.regex     "${name}-(0\\.\\d+\\.\\d+\\.\\d+)\\.tar"
 
-distname            abtransfers-${version}
 use_bzip2           yes
 
 configure {
-	system "cd ${worksrcpath}; qmake \"INCLUDEPATH += ${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4\""
+	system -W ${worksrcpath} "qmake \"INCLUDEPATH += ${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4\""
 }
 
 destroot {
@@ -49,6 +48,5 @@
 
 depends_lib-append  port:aqbanking5
 
-patch.pre_args      -p0
 patchfiles          patch-main.cpp.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130512/4f7ea171/attachment.html>


More information about the macports-changes mailing list