mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Switch to options helpers
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
c76ddedb8d
commit
dda67e8ed6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463192
2 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,8 @@ OPTIONS_DEFINE= DOCS
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||||
|
|
||||||
|
do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,4 @@ polytonic and monotonic Greek. Gentium Plus now includes more extended
|
||||||
Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended
|
Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended
|
||||||
Cyrillic script support
|
Cyrillic script support
|
||||||
|
|
||||||
WWW: http://software.sil.org/gentium/
|
WWW: https://software.sil.org/gentium/
|
||||||
|
|
Loading…
Add table
Reference in a new issue