K 10 svn:author V 3 knu K 8 svn:date V 27 2008-09-03T09:06:58.000000Z K 7 svn:log V 450 Fix permissions of example files so that make test works after installation. COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and then do chmod & chown against the newly installed files, so when WRKSRC and PREFIX are under the same filesystem, permissions of the original files under the working directory are also affected. That was how installing files with wrong permissions caused make test under the working directory to fail. END