[Midnightbsd-cvs] mports [19200] trunk/x11-fonts/xorg-fonts-type1/Makefile: fix fontdir

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 29 08:33:20 EDT 2015


Revision: 19200
          http://svnweb.midnightbsd.org/mports/?rev=19200
Author:   laffer1
Date:     2015-05-29 08:33:20 -0400 (Fri, 29 May 2015)
Log Message:
-----------
fix fontdir

Modified Paths:
--------------
    trunk/x11-fonts/xorg-fonts-type1/Makefile

Modified: trunk/x11-fonts/xorg-fonts-type1/Makefile
===================================================================
--- trunk/x11-fonts/xorg-fonts-type1/Makefile	2015-05-29 12:32:53 UTC (rev 19199)
+++ trunk/x11-fonts/xorg-fonts-type1/Makefile	2015-05-29 12:33:20 UTC (rev 19200)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xorg-fonts-type1
 PORTVERSION=	7.7
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -23,6 +24,6 @@
 do-install:	# empty
 
 NO_BUILD=	yes
-FONTDIR=	${LOCALBASE}/lib/X11/fonts
+FONTDIR=	${LOCALBASE}/share/fonts
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list