[49175] trunk/dports/devel/pcre/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Apr 4 15:53:16 PDT 2009


Revision: 49175
          http://trac.macports.org/changeset/49175
Author:   mcalhoun at macports.org
Date:     2009-04-04 15:53:16 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
pcre: Fix error with +universal and -doc.
Fixes #19175.

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2009-04-04 22:53:07 UTC (rev 49174)
+++ trunk/dports/devel/pcre/Portfile	2009-04-04 22:53:16 UTC (rev 49175)
@@ -38,10 +38,10 @@
                 --enable-pcregrep-libz \
                 --enable-pcregrep-libbz2
 
-post-configure {
+post-patch {
     if {![variant_isset doc]} {
-        reinplace -E "/^install-data-am:/s/install-dist_htmlDATA//" ${worksrcpath}/Makefile
-        reinplace -E "/install-man/s/install-htmlDATA//" ${worksrcpath}/Makefile
+        reinplace -E "/^install-data-am:/s/install-dist_htmlDATA//" ${worksrcpath}/Makefile.in
+        reinplace -E "/install-man/s/install-htmlDATA//" ${worksrcpath}/Makefile.in
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090404/2a4ec2eb/attachment.html>


More information about the macports-changes mailing list