[Midnightbsd-cvs] mports [19199] trunk/x11-fonts/xorg-fonts-truetype/Makefile: fix dir

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 29 08:32:53 EDT 2015


Revision: 19199
          http://svnweb.midnightbsd.org/mports/?rev=19199
Author:   laffer1
Date:     2015-05-29 08:32:53 -0400 (Fri, 29 May 2015)
Log Message:
-----------
fix dir

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

Modified: trunk/x11-fonts/xorg-fonts-truetype/Makefile
===================================================================
--- trunk/x11-fonts/xorg-fonts-truetype/Makefile	2015-05-29 12:32:06 UTC (rev 19198)
+++ trunk/x11-fonts/xorg-fonts-truetype/Makefile	2015-05-29 12:32:53 UTC (rev 19199)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xorg-fonts-truetype
 PORTVERSION=	7.7
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -14,12 +15,12 @@
 RUN_DEPENDS=	${FONTDIR}/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/font-bh-ttf \
 		${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \
 		${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \
-		${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
-		${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
+		${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
+		${FONTDIR}/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
-do-install:	# empty
+NO_BUILD=	# none
 
-NO_BUILD=	yes
-FONTDIR=	${LOCALBASE}/lib/X11/fonts
+NO_MTREE=	yes
+FONTDIR=	${LOCALBASE}/share/fonts
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list