diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 11:10:34 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 11:10:34 +0000 |
commit | 8c5f74cc6f03fe002dca96d8b262e9763813a326 (patch) | |
tree | ebab1cbc2dd10031287ad653b6ac59d638921ed0 /chinese/CNS11643-font | |
parent | 57c6942c305e87c717a27a9752e9a9627f258c60 (diff) | |
download | ports-8c5f74cc6f03fe002dca96d8b262e9763813a326.tar.gz ports-8c5f74cc6f03fe002dca96d8b262e9763813a326.zip |
- Add chinese/CNS11643-font's RESTRICTED
- fix build
Notes
Notes:
svn path=/head/; revision=225176
Diffstat (limited to 'chinese/CNS11643-font')
-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" |