svn commit: r475168 - head/x11-fonts

Gleb Popov arrowd at FreeBSD.org
Mon Jul 23 12:48:08 UTC 2018


Author: arrowd
Date: Mon Jul 23 12:48:07 2018
New Revision: 475168
URL: https://svnweb.freebsd.org/changeset/ports/475168

Log:
  Fix alphabetic order in x11-fonts/Makefile.
  
  Reported by:	mat
  Approved by:	tcberner (mentor)

Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Mon Jul 23 12:46:48 2018	(r475167)
+++ head/x11-fonts/Makefile	Mon Jul 23 12:48:07 2018	(r475168)
@@ -3,6 +3,7 @@
 
     COMMENT = X11 fonts and font utilities
 
+    SUBDIR += Hasklig
     SUBDIR += alef
     SUBDIR += alegreya
     SUBDIR += alegreya-sans
@@ -114,7 +115,6 @@
     SUBDIR += google-fonts
     SUBDIR += hack-font
     SUBDIR += hanazono-fonts-ttf
-    SUBDIR += Hasklig
     SUBDIR += inconsolata-lgc-ttf
     SUBDIR += inconsolata-ttf
     SUBDIR += indic-ttf


More information about the svn-ports-head mailing list