[56085] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sun Aug 23 22:27:27 PDT 2009


Revision: 56085
          http://trac.macports.org/changeset/56085
Author:   ryandesign at macports.org
Date:     2009-08-23 22:27:26 -0700 (Sun, 23 Aug 2009)
Log Message:
-----------
xpdf-*: use "use_configure no" in preference to "configure {}"

Modified Paths:
--------------
    trunk/dports/graphics/xpdf-arabic/Portfile
    trunk/dports/graphics/xpdf-chinese-simplified/Portfile
    trunk/dports/graphics/xpdf-chinese-traditional/Portfile
    trunk/dports/graphics/xpdf-cyrillic/Portfile
    trunk/dports/graphics/xpdf-greek/Portfile
    trunk/dports/graphics/xpdf-hebrew/Portfile
    trunk/dports/graphics/xpdf-japanese/Portfile
    trunk/dports/graphics/xpdf-korean/Portfile
    trunk/dports/graphics/xpdf-latin2/Portfile
    trunk/dports/graphics/xpdf-thai/Portfile
    trunk/dports/graphics/xpdf-turkish/Portfile

Modified: trunk/dports/graphics/xpdf-arabic/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-arabic/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-arabic/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g"  ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-chinese-simplified/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-chinese-simplified/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-chinese-simplified/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-chinese-traditional/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-chinese-traditional/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-chinese-traditional/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-cyrillic/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-cyrillic/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-cyrillic/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-greek/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-greek/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-greek/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-hebrew/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-hebrew/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-hebrew/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-japanese/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-japanese/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-japanese/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-korean/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-korean/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-korean/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-latin2/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-latin2/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-latin2/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-thai/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-thai/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-thai/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc

Modified: trunk/dports/graphics/xpdf-turkish/Portfile
===================================================================
--- trunk/dports/graphics/xpdf-turkish/Portfile	2009-08-24 05:24:42 UTC (rev 56084)
+++ trunk/dports/graphics/xpdf-turkish/Portfile	2009-08-24 05:27:26 UTC (rev 56085)
@@ -32,7 +32,7 @@
 
 depends_lib	 port:xpdf
 
-configure {}
+use_configure	no
 
 build {
     reinplace "s|/usr/local/share/xpdf/|${prefix}/share/xpdf/xpdf-|g" ${worksrcpath}/add-to-xpdfrc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090823/5b7202cf/attachment-0001.html>


More information about the macports-changes mailing list