[81607] trunk/dports/devel/valgrind/Portfile

raimue at macports.org raimue at macports.org
Tue Aug 2 16:37:09 PDT 2011


Revision: 81607
          http://trac.macports.org/changeset/81607
Author:   raimue at macports.org
Date:     2011-08-02 16:37:09 -0700 (Tue, 02 Aug 2011)
Log Message:
-----------
devel/valgrind:
Avoid conflict of faq.html and FAQ.html, fixes #30541

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2011-08-02 23:33:33 UTC (rev 81606)
+++ trunk/dports/devel/valgrind/Portfile	2011-08-02 23:37:09 UTC (rev 81607)
@@ -5,7 +5,7 @@
 name            valgrind
 conflicts       valgrind-devel
 version         3.6.1
-revision        2
+revision        3
 categories      devel
 platforms       darwin
 supported_archs i386 x86_64
@@ -25,6 +25,9 @@
                 rmd160  6f78ae50e2fb354547d90bf289abb1f56252043a
 use_bzip2 yes
 
+# Avoid conflict of faq.html and FAQ.html, #30541
+extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
+
 pre-configure {
     if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 10)} {
         ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or 10.6."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110802/119dce2b/attachment.html>


More information about the macports-changes mailing list