diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-20 09:02:14 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-20 09:02:14 +0000 |
commit | 8ecbb368fb54661f08561e9b9032282c344da99a (patch) | |
tree | 5db0a0f77af5fa9e35921c97814d913e78c45985 /chinese/cwtexttf/Makefile | |
parent | 8ab384908893d4afa81c11190ace722732ed6686 (diff) |
Notes
Diffstat (limited to 'chinese/cwtexttf/Makefile')
-rw-r--r-- | chinese/cwtexttf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/cwtexttf/Makefile b/chinese/cwtexttf/Makefile index 9d7d3ea1d9af..4114262b1c63 100644 --- a/chinese/cwtexttf/Makefile +++ b/chinese/cwtexttf/Makefile @@ -24,6 +24,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${FONTSDIR} .endfor -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../ttfm/Makefile.ttf" +.include <bsd.port.mk> |