[38491] trunk/dports/python/py25-epydoc/Portfile
stechert at macports.org
stechert at macports.org
Tue Jul 22 08:43:30 PDT 2008
Revision: 38491
http://trac.macosforge.org/projects/macports/changeset/38491
Author: stechert at macports.org
Date: 2008-07-22 08:43:30 -0700 (Tue, 22 Jul 2008)
Log Message:
-----------
Fixes ticket #16065. Preserve proper case on *.txt or build fails.
Modified Paths:
--------------
trunk/dports/python/py25-epydoc/Portfile
Modified: trunk/dports/python/py25-epydoc/Portfile
===================================================================
--- trunk/dports/python/py25-epydoc/Portfile 2008-07-22 14:52:35 UTC (rev 38490)
+++ trunk/dports/python/py25-epydoc/Portfile 2008-07-22 15:43:30 UTC (rev 38491)
@@ -5,7 +5,7 @@
name py25-epydoc
version 3.0.1
-revision 0
+revision 1
categories python
platforms darwin freebsd
maintainers stechert at macports.org
@@ -28,6 +28,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/20080722/296267ff/attachment.html
More information about the macports-changes
mailing list