diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-06-15 06:00:05 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-06-15 06:00:05 +0000 |
commit | 40675c20a9df3cf9cef31b3095039493f38f3f0d (patch) | |
tree | 09699dcafeec83c9c14001f7b07f072f269d3c5c /chinese/CNS11643-font/Makefile | |
parent | fix the build, before further updates (diff) |
- Update to 98.1
- Pass maintainership to submitter
- Change MASTER_SITES
- Redefine with EXTRACT_ONLY instead of do-extract
PR: ports/169059
Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=299313
Diffstat (limited to 'chinese/CNS11643-font/Makefile')
-rw-r--r-- | chinese/CNS11643-font/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/chinese/CNS11643-font/Makefile b/chinese/CNS11643-font/Makefile index 94c6357afb62..207fce893313 100644 --- a/chinese/CNS11643-font/Makefile +++ b/chinese/CNS11643-font/Makefile @@ -6,29 +6,27 @@ # PORTNAME= CNS11643-font -PORTVERSION= 95.1.3 +PORTVERSION= 98.1 CATEGORIES= chinese x11-fonts -MASTER_SITES= LOCAL/chinsan/fonts/ \ - http://www.cns11643.gov.tw/cns11643/images/ttf/ -DISTFILES= TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf +MASTER_SITES= http://www.cns11643.gov.tw/AIDB/file.do?path=download/%E5%AD%97%E5%9E%8B%E4%B8%8B%E8%BC%89%601q%60%E5%85%A8%E5%AD%97%E5%BA%AB%E6%AD%A3%E6%A5%B7%E9%AB%94/name/:kai \ + http://www.cns11643.gov.tw/AIDB/file.do?path=download/%E5%AD%97%E5%9E%8B%E4%B8%8B%E8%BC%89%601q%60%E5%85%A8%E5%AD%97%E5%BA%AB%E6%AD%A3%E5%AE%8B%E9%AB%94/name/:sung +DISTFILES= TW-Kai-98_1.ttf:kai TW-Sung-98_1.ttf:sung +EXTRACT_ONLY= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lhd@cs.nctu.edu.tw 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." +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} +TTF= TW-Kai-98_1.ttf TW-Sung-98_1.ttf do-install: @${MKDIR} ${FONTSDIR} - ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-95_1_3.ttf ${FONTSDIR} - ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-95_1_3.ttf ${FONTSDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-98_1.ttf ${FONTSDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-98_1.ttf ${FONTSDIR} .include <bsd.port.pre.mk> .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" |