[38937] trunk/dports/python/py-epydoc/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 2 20:25:04 PDT 2008


Revision: 38937
          http://trac.macosforge.org/projects/macports/changeset/38937
Author:   ryandesign at macports.org
Date:     2008-08-02 20:25:03 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
py-epydoc: merge r38491 from py25-epydoc: fix install problems on case-sensitive filesystems

Modified Paths:
--------------
    trunk/dports/python/py-epydoc/Portfile

Modified: trunk/dports/python/py-epydoc/Portfile
===================================================================
--- trunk/dports/python/py-epydoc/Portfile	2008-08-03 02:21:19 UTC (rev 38936)
+++ trunk/dports/python/py-epydoc/Portfile	2008-08-03 03:25:03 UTC (rev 38937)
@@ -5,7 +5,7 @@
 
 name			py-epydoc
 version			3.0.1
-revision		1
+revision		2
 categories		python
 platforms		darwin freebsd
 maintainers		trashmail.net:macports_dharland
@@ -27,6 +27,6 @@
 post-destroot	{
 	file delete -force ${destroot}${prefix}/share/doc/${name}
 	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} LICENSE.TXT README.TXT \
+	xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
 		${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/69e2003a/attachment.html 


More information about the macports-changes mailing list