K 10 svn:author V 6 marino K 8 svn:date V 27 2014-07-19T08:47:58.429419Z K 7 svn:log V 782 chinese/moettf: Unbreak, stage, restore public distfiles This port was in bad shape! 1) It had a MASTER_SITES definition pointing to a FreeBSD mirror. This was a circular dependency that broke when the "real" master site domain disappeared. Fix this by hosting at LOCAL/MARINO 2) The kai-pc ttf font was never installed (always broken) 3) It broke (more) with recent chinese font work 4) It included makefile.tty by absolute ${PORTDIR} instead of correct ${.CURDIR}, which also unnecessarily required
, 

5) It wasn't staged

So fix all that. Also improve efficiency of staging by copying directly
from distfiles to stage directory instead of first copying to WRKSRC then
STAGEDIR.  The post-install target is no longer needed, nor is the
pkg-plist file.

END