diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-07 17:33:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-07 17:33:07 +0800 |
commit | 5174b79dec9c111472870bc7f7e7695714097462 (patch) | |
tree | d5bb3b7fe4bac233cc2aa8d9c84ec387005e9421 /x11-fonts | |
parent | 2f20e27c1aa84512b3426dc15446f4e9625bc820 (diff) | |
download | freebsd-ports-gnome-5174b79dec9c111472870bc7f7e7695714097462.tar.gz freebsd-ports-gnome-5174b79dec9c111472870bc7f7e7695714097462.tar.zst freebsd-ports-gnome-5174b79dec9c111472870bc7f7e7695714097462.zip |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gentium-basic/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/gentium-basic/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/gentium-basic/Makefile b/x11-fonts/gentium-basic/Makefile index cd624032b602..919baec36b99 100644 --- a/x11-fonts/gentium-basic/Makefile +++ b/x11-fonts/gentium-basic/Makefile @@ -35,6 +35,8 @@ OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/x11-fonts/gentium-basic/pkg-descr b/x11-fonts/gentium-basic/pkg-descr index 61025f50ef4b..c78e399553ee 100644 --- a/x11-fonts/gentium-basic/pkg-descr +++ b/x11-fonts/gentium-basic/pkg-descr @@ -8,4 +8,4 @@ original Gentium design, but with additional weights. The "Book" family is slightly heavier. Both families come with a complete regular, bold, italic and bold italic set of fonts. -WWW: http://software.sil.org/gentium/ +WWW: https://software.sil.org/gentium/ |