Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 23:22:35 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337398 - in head/x11-fonts: cosmic-sans-neue-mono vollkorn-ttf
Message-ID:  <201312242322.rBONMZmW024647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Dec 24 23:22:35 2013
New Revision: 337398
URL: http://svnweb.freebsd.org/changeset/ports/337398

Log:
  Use NO_WRKSUBDIR=yes instead of WRKSRC=${WRKDIR}.

Modified:
  head/x11-fonts/cosmic-sans-neue-mono/Makefile
  head/x11-fonts/vollkorn-ttf/Makefile

Modified: head/x11-fonts/cosmic-sans-neue-mono/Makefile
==============================================================================
--- head/x11-fonts/cosmic-sans-neue-mono/Makefile	Tue Dec 24 23:19:00 2013	(r337397)
+++ head/x11-fonts/cosmic-sans-neue-mono/Makefile	Tue Dec 24 23:22:35 2013	(r337398)
@@ -12,10 +12,10 @@ COMMENT=	Programming font, designed with
 LICENSE=	OFL11
 
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 
 FONTDIR=	${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME}
-WRKSRC=		${WRKDIR}
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/x11-fonts/vollkorn-ttf/Makefile
==============================================================================
--- head/x11-fonts/vollkorn-ttf/Makefile	Tue Dec 24 23:19:00 2013	(r337397)
+++ head/x11-fonts/vollkorn-ttf/Makefile	Tue Dec 24 23:22:35 2013	(r337398)
@@ -12,10 +12,10 @@ COMMENT=	Free and healthy typeface for b
 LICENSE=	OFL11
 
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 
 FONTDIR=	${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME}
-WRKSRC=		${WRKDIR}
 
 OPTIONS_DEFINE=	DOCS
 



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