svn commit: r463192 - head/x11-fonts/gentium-plus

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 28 09:33:03 UTC 2018


Author: amdmi3
Date: Wed Feb 28 09:33:02 2018
New Revision: 463192
URL: https://svnweb.freebsd.org/changeset/ports/463192

Log:
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fonts/gentium-plus/Makefile
  head/x11-fonts/gentium-plus/pkg-descr

Modified: head/x11-fonts/gentium-plus/Makefile
==============================================================================
--- head/x11-fonts/gentium-plus/Makefile	Wed Feb 28 09:03:02 2018	(r463191)
+++ head/x11-fonts/gentium-plus/Makefile	Wed Feb 28 09:33:02 2018	(r463192)
@@ -30,6 +30,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}
 

Modified: head/x11-fonts/gentium-plus/pkg-descr
==============================================================================
--- head/x11-fonts/gentium-plus/pkg-descr	Wed Feb 28 09:03:02 2018	(r463191)
+++ head/x11-fonts/gentium-plus/pkg-descr	Wed Feb 28 09:33:02 2018	(r463192)
@@ -11,4 +11,4 @@ polytonic and monotonic Greek. Gentium Plus now includ
 Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended
 Cyrillic script support
 
-WWW: http://software.sil.org/gentium/
+WWW: https://software.sil.org/gentium/


More information about the svn-ports-head mailing list