[34562] trunk/dports/python/py-curl/Portfile

mww at macports.org mww at macports.org
Thu Feb 28 03:32:50 PST 2008


Revision: 34562
          http://trac.macosforge.org/projects/macports/changeset/34562
Author:   mww at macports.org
Date:     2008-02-28 03:32:49 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
fix docdir, inc. revision; #14505; thanks to ram at macports.org!

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

Modified: trunk/dports/python/py-curl/Portfile
===================================================================
--- trunk/dports/python/py-curl/Portfile	2008-02-28 09:40:48 UTC (rev 34561)
+++ trunk/dports/python/py-curl/Portfile	2008-02-28 11:32:49 UTC (rev 34562)
@@ -5,6 +5,7 @@
 
 name			py-curl
 version			7.16.4
+revision		1
 categories		python net devel
 maintainers		mww
 description		python interface to libcurl
@@ -28,6 +29,12 @@
 
 destroot.args	${build.args}
 
+post-destroot {
+	file delete -force ${destroot}${prefix}/share/doc/${name}
+	file rename ${destroot}${prefix}/share/doc/pycurl \
+		${destroot}${prefix}/share/doc/${name}
+}
+
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	PYCURL (\[0-9\\.\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/0d710b56/attachment.html 


More information about the macports-changes mailing list