diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-01-03 19:10:34 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-01-03 19:10:34 +0800 |
commit | af48051e7e3290a2d294380a75738a0064cae8fe (patch) | |
tree | fcc0a52b47a3f524891b17377cc532465a283ee9 /chinese | |
parent | fa464e0879f8bf09b510f8f97a14fd0819fb010f (diff) | |
download | freebsd-ports-gnome-af48051e7e3290a2d294380a75738a0064cae8fe.tar.gz freebsd-ports-gnome-af48051e7e3290a2d294380a75738a0064cae8fe.tar.zst freebsd-ports-gnome-af48051e7e3290a2d294380a75738a0064cae8fe.zip |
- Add chinese/CNS11643-font's RESTRICTED
- fix build
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/CNS11643-font/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chinese/CNS11643-font/Makefile b/chinese/CNS11643-font/Makefile index feb424744f45..c26de67031c1 100644 --- a/chinese/CNS11643-font/Makefile +++ b/chinese/CNS11643-font/Makefile @@ -19,13 +19,17 @@ COMMENT= A combine of Kai and Sung with CNS11643 TrueType Fonts DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes +RESTRICTED= "No redistribution or commercial use is allowed." TTF= TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf +do-extract: + @${MKDIR} ${WRKDIR} + do-install: @${MKDIR} ${FONTSDIR} - ${INSTALL_DATA} ${WRKDIR}/TW-Kai-95_1_3.ttf ${FONTSDIR} - ${INSTALL_DATA} ${WRKDIR}/TW-Sung-95_1_3.ttf ${FONTSDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-95_1_3.ttf ${FONTSDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-95_1_3.ttf ${FONTSDIR} .include <bsd.port.pre.mk> .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" |