[93140] trunk/dports/textproc/ekhtml/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 15 22:07:29 PDT 2012


Revision: 93140
          https://trac.macports.org/changeset/93140
Author:   ryandesign at macports.org
Date:     2012-05-15 22:07:28 -0700 (Tue, 15 May 2012)
Log Message:
-----------
ekhtml: rewrite master_sites to avoid redirects; use 'system -W'

Modified Paths:
--------------
    trunk/dports/textproc/ekhtml/Portfile

Modified: trunk/dports/textproc/ekhtml/Portfile
===================================================================
--- trunk/dports/textproc/ekhtml/Portfile	2012-05-16 05:03:03 UTC (rev 93139)
+++ trunk/dports/textproc/ekhtml/Portfile	2012-05-16 05:07:28 UTC (rev 93140)
@@ -15,7 +15,7 @@
     ${description}
 
 homepage        http://ekhtml.sourceforge.net/
-master_sites    sourceforge
+master_sites    sourceforge:project/ekhtml/ekhtml/${version}
 
 checksums       md5     cc9d2e4adaccacfacefddbd75ccccfdf \
                 sha1    d4e6c25964f7e110073f646950dc307e84d61f1b \
@@ -43,6 +43,6 @@
     use_automake        yes
 
     pre-configure {
-        system "cd ${worksrcpath} && aclocal && glibtoolize"
+        system -W ${worksrcpath} "aclocal && glibtoolize"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/2616c5f8/attachment.html>


More information about the macports-changes mailing list