[49182] trunk/dports/textproc/libxslt/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Apr 4 21:23:06 PDT 2009


Revision: 49182
          http://trac.macports.org/changeset/49182
Author:   mcalhoun at macports.org
Date:     2009-04-04 21:23:05 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
libxslt: Fix error with +universal and -doc.
Fixes #19177.

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

Modified: trunk/dports/textproc/libxslt/Portfile
===================================================================
--- trunk/dports/textproc/libxslt/Portfile	2009-04-05 04:21:14 UTC (rev 49181)
+++ trunk/dports/textproc/libxslt/Portfile	2009-04-05 04:23:05 UTC (rev 49182)
@@ -46,10 +46,10 @@
     reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh
 }
 
-post-configure {
+post-patch {
     if {![variant_isset doc]} {
-        reinplace -E "/^install-data-am:/s|install-data-local||" ${worksrcpath}/doc/Makefile
-        reinplace -E "/^all:/s|web||" ${worksrcpath}/doc/Makefile
+        reinplace -E "/^install-data-am:/s|install-data-local||" ${worksrcpath}/doc/Makefile.in
+        reinplace -E "/^all:/s|web||" ${worksrcpath}/doc/Makefile.in
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090404/b6b1afd4/attachment.html>


More information about the macports-changes mailing list