Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 11:13:39 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420969 - head/x11-fonts/exo
Message-ID:  <201608271113.u7RBDdOe012786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Aug 27 11:13:39 2016
New Revision: 420969
URL: https://svnweb.freebsd.org/changeset/ports/420969

Log:
  Should be NO_WRKSUBDIR
  
  Reported by:	mat

Modified:
  head/x11-fonts/exo/Makefile

Modified: head/x11-fonts/exo/Makefile
==============================================================================
--- head/x11-fonts/exo/Makefile	Sat Aug 27 11:00:44 2016	(r420968)
+++ head/x11-fonts/exo/Makefile	Sat Aug 27 11:13:39 2016	(r420969)
@@ -16,7 +16,7 @@ USES=		fonts zip
 
 NO_BUILD=	yes
 NO_ARCH=	yes
-WRKSRC=		${WRKDIR}
+NO_WRKSUBDIR=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}



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