most recent changes, diff for cracklib-words

Index: security/cracklib-words/Portfile
--- security/cracklib-words/Portfile (revision 34416)
+++ security/cracklib-words/Portfile (revision 34417)
@@ -39,5 +39,5 @@

destroot {
xinstall -d -m 0755 ${destroot}${prefix}/share/dict
- xinstall -m 0644 ${worksrcpath}${name} ${destroot}/${prefix}/share/dict
+ xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/share/dict
}