svn commit: r381892 - head/x11-fonts/wqy

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 22 09:48:27 UTC 2015


Author: bapt
Date: Sun Mar 22 09:48:26 2015
New Revision: 381892
URL: https://svnweb.freebsd.org/changeset/ports/381892
QAT: https://qat.redports.org/buildarchive/r381892/

Log:
  Fix font location

Modified:
  head/x11-fonts/wqy/Makefile

Modified: head/x11-fonts/wqy/Makefile
==============================================================================
--- head/x11-fonts/wqy/Makefile	Sun Mar 22 09:46:48 2015	(r381891)
+++ head/x11-fonts/wqy/Makefile	Sun Mar 22 09:48:26 2015	(r381892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wqy-fonts
 PORTVERSION=	20100803
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	SF/wqy/wqy-bitmapfont/1.0.0-RC1:bitmapfont \
@@ -26,6 +26,7 @@ USE_XORG=	x11
 USES=		fonts perl5
 USE_PERL5=	build
 
+FONTNAME=	wqy
 CONFDDIR=	etc/fonts/conf.d
 CONFAVAILDIR=	etc/fonts/conf.avail
 


More information about the svn-ports-head mailing list