Revision
75846
Author
ryandesign@macports.org
Date
2011-02-10 09:56:52 -0800 (Thu, 10 Feb 2011)

Log Message

potrace: don't install the INSTALL file; by the time the user could read it, MacPorts has already done for them everything it has to say

Modified Paths

Diff

Modified: trunk/dports/graphics/potrace/Portfile (75845 => 75846)


--- trunk/dports/graphics/potrace/Portfile	2011-02-10 17:54:22 UTC (rev 75845)
+++ trunk/dports/graphics/potrace/Portfile	2011-02-10 17:56:52 UTC (rev 75846)
@@ -5,6 +5,7 @@
 
 name                potrace
 version             1.9
+revision            1
 categories          graphics
 maintainers         nomaintainer
 platforms           darwin
@@ -31,7 +32,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} \
-        AUTHORS COPYING ChangeLog INSTALL NEWS README \
+        AUTHORS COPYING ChangeLog NEWS README \
         ${destroot}${prefix}/share/doc/${name}
 }