mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Switch to options helpers
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
b7a747a486
commit
d08a5c89a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463784
2 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,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}
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@ original Gentium design, but with additional weights. The "Book"
|
||||||
family is slightly heavier. Both families come with a complete
|
family is slightly heavier. Both families come with a complete
|
||||||
regular, bold, italic and bold italic set of fonts.
|
regular, bold, italic and bold italic set of fonts.
|
||||||
|
|
||||||
WWW: http://software.sil.org/gentium/
|
WWW: https://software.sil.org/gentium/
|
||||||
|
|
Loading…
Add table
Reference in a new issue