Modified: users/eborisch/python/py26-h5py/Portfile (67164 => 67165)
--- users/eborisch/python/py26-h5py/Portfile 2010-04-30 13:55:00 UTC (rev 67164)
+++ users/eborisch/python/py26-h5py/Portfile 2010-04-30 14:13:19 UTC (rev 67165)
@@ -6,6 +6,7 @@
name py26-h5py
version 1.3.0
+revision 1
platforms darwin
categories python
maintainers ieee.org:eborisch \
@@ -36,3 +37,8 @@
build.cmd-delete --no-user-cfg
depends_lib-append port:py26-numpy port:hdf5-18
+
+post-destroot {
+ system "chmod -R a+r ${destroot}${prefix}"
+}
+