--- Portfile.orig	2009-01-31 11:22:56.000000000 -0500
+++ Portfile	2009-01-31 11:49:55.000000000 -0500
@@ -47,6 +47,11 @@
     }
 }
 
+post-destroot {
+    file delete ${destroot}${prefix}/share/man/man1/pure.1
+    ln -s pure-${version}.1.gz ${destroot}${prefix}/share/man/man1/pure.1.gz
+}
+
 test.run                yes
 test.target             check
 

