Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 22:08:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366020 - in head/x11-fonts: fonts-indic khmeros mondulkiri
Message-ID:  <201408242208.s7OM8hUp059838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 24 22:08:43 2014
New Revision: 366020
URL: http://svnweb.freebsd.org/changeset/ports/366020
QAT: https://qat.redports.org/buildarchive/r366020/

Log:
  Remove trailing slash to pass make check-plist

Modified:
  head/x11-fonts/fonts-indic/Makefile
  head/x11-fonts/khmeros/Makefile
  head/x11-fonts/mondulkiri/Makefile

Modified: head/x11-fonts/fonts-indic/Makefile
==============================================================================
--- head/x11-fonts/fonts-indic/Makefile	Sun Aug 24 21:40:44 2014	(r366019)
+++ head/x11-fonts/fonts-indic/Makefile	Sun Aug 24 22:08:43 2014	(r366020)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fo
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-FONTSDIR=	lib/X11/fonts/${PORTNAME}/
+FONTSDIR=	lib/X11/fonts/${PORTNAME}
 PLIST_SUB+=	FONTSDIR=${FONTSDIR}
 
 do-install:

Modified: head/x11-fonts/khmeros/Makefile
==============================================================================
--- head/x11-fonts/khmeros/Makefile	Sun Aug 24 21:40:44 2014	(r366019)
+++ head/x11-fonts/khmeros/Makefile	Sun Aug 24 22:08:43 2014	(r366020)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fo
 USES=		zip
 NO_BUILD=	yes
 
-FONTSDIR=	lib/X11/fonts/Khmer/
+FONTSDIR=	lib/X11/fonts/Khmer
 PLIST_SUB+=	FONTSDIR=${FONTSDIR}
 
 post-patch:

Modified: head/x11-fonts/mondulkiri/Makefile
==============================================================================
--- head/x11-fonts/mondulkiri/Makefile	Sun Aug 24 21:40:44 2014	(r366019)
+++ head/x11-fonts/mondulkiri/Makefile	Sun Aug 24 22:08:43 2014	(r366020)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fo
 USES=		zip
 NO_BUILD=	yes
 
-FONTSDIR=	lib/X11/fonts/Khmer/
+FONTSDIR=	lib/X11/fonts/Khmer
 PLIST_SUB+=	FONTSDIR=${FONTSDIR}
 
 WRKSRC=		${WRKDIR}/Opentype\ only\ fonts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408242208.s7OM8hUp059838>