svn commit: r420969 - head/x11-fonts/exo

Pawel Pekala pawel at FreeBSD.org
Sat Aug 27 11:13:40 UTC 2016


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}


More information about the svn-ports-all mailing list